prog.cpp: In instantiation of ‘const uint_fast64_t RandomLimit<0ul>::steps’:
prog.cpp:12:74: recursively required from ‘const uint_fast64_t RandomLimit<0ul>::steps’
prog.cpp:12:74: required from ‘const uint_fast64_t RandomLimit<10ul>::steps’
prog.cpp:16:27: required from here
prog.cpp:12:74: fatal error: template instantiation depth exceeds maximum of 900 (use -ftemplate-depth= to increase the maximum)
RandomLimit<MAX_RAND / ((uint_fast64_t)RAND_MAX + 1)>::steps + 1;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
compilation terminated.