int
int copied to clipboard
constexpr from_str causes compilers to exceed constexpr calculation limit
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.