Skip to content

Extremely long literals are not handled well #1119

@akrzemi1

Description

@akrzemi1

The following literal does not yield the correct decimal value

1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000_DD

Not that I would ever need it. Just wanted to break the library. It looks like the literal operator taking unsigned long long shadows the one taking const char *. If I remove the former, the above literal starts to work.

Metadata

Metadata

Assignees

Labels

Boost ReviewCollected Comments from Boost Review PeriodBugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions