28 Mar
2007
28 Mar
'07
2:29 p.m.
Johan Råde wrote:
Johan Råde wrote:
I just downloaded the latest version of the Math Toolkit, and tried a simple example:
#include
boost::math::students_t_distribution<double>(5) dist; When I compile these two lines of code with MSVC 7.1 I get the following error messages:
[snip]
I used Boost 1.33.1. I'll try again with Boost 1.34 RC.
OK, Now it works :-) -- Johan