Skip to content

1.33.5

Compare
Choose a tag to compare
@martinmoene martinmoene released this 15 Nov 12:15
· 49 commits to master since this release

This bug-fix release removes typename from the seed_t declaration that is invalid in C++98.

In C++98, typename may not be used with a non-dependent type name. In C++11 this restriction has been lifted. Now, in lest_cpp03 the C++11 implementation is chosen for VC 12 (VS 2013) as this compiler supports enough of C++11 for lest, however it does not with respect to typename.