
31 May
2010
31 May
'10
5 p.m.
AMDG Tore Halvorsen wrote:
The release notes for Boost 1.43 says "Put the implementation of random_device in a compiled lib, and added Windows support."
Trying to use this library does not seem to work for me, under visual studio 2005, with static libraries.
#include <cstdlib> #include
int main(int argc, char* argv[]) { boost::random_device d; return EXIT_SUCCESS; }
Use a shared library or apply the patch from https://svn.boost.org/trac/boost/changeset/62347/branches/release/libs/rando... In Christ, Steven Watanabe