$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [UUID] Still alive?
From: Manuel Fiorelli (manuel.fiorelli_at_[hidden])
Date: 2008-09-17 18:42:42
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