random number lib: msvc6, prob compiling random_demo.cpp w mt19937
Hello,
I had a slight problem compiling random_demo.cpp after I had changed
the typedef to: typedef boost::mt19937 base_generator_type;
I got this error:
--------------------Configuration: random_demo - Win32
Debug--------------------
Compiling...
random_demo.cpp
d:\c_plus_plus\boost_1_29_0\boost\random\mersenne_twister.hpp(104) :
error C2064: term does not evaluate to a function
d:\c_plus_plus\boost_1_29_0\boost\random\mersenne_twister.hpp(75) :
see reference to function template instantiation 'void __thiscall
boost::random::mersenne_twister
participants (1)
-
Nick Toze <geeky_nick@yahoo.co.uk>