
17 Sep
2008
17 Sep
'08
10:42 p.m.
Hello, I have some notes about docs and implementations. In the examples you use the class std:vector without any parameter (may be char?). Looking at the code, in the file seed_rng.hpp: you should add the following includes #include <cstring> // where std:memcpy is declared #include <boost/generator_iterator.hpp> // where boost:generator is defined in the file uuid.hpp: at line 259 you should add typename in front of helper_type::value_type I would appreciate if you could let me know if you find this notes correct or if I was missing something. Best regards, Manuel Fiorelli