1.33.5
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
.