[Math Toolkit] MSVC 7.1 issue
I just downloaded the latest version of the Math Toolkit,
and tried a simple example:
#include
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. -- Johan
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
participants (2)
-
Johan Råde
-
John Maddock