int icon indicating copy to clipboard operation
int copied to clipboard

constexpr from_str causes compilers to exceed constexpr calculation limit

Open nickaleks opened this issue 6 years ago • 0 comments

Tested on gcc 9.2.0 and clang9

Using literals on large numbers causes both compilers to exceed constexpr limit. Clang is able to compile when limit is set to about 4millions steps, as opposed to default value which is about 100 000.

nickaleks avatar Nov 21 '19 11:11 nickaleks