$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [UUID] version v12
From: Johannes Brunen (JBrunen_at_[hidden])
Date: 2008-10-08 09:03:54
Hello Andy,
I just did a small test with the latest uuid library from the vault.
IMHO, I found a small error in file uuid.hpp (line 303): function hash_value
must be inlined as it is not a template function.
Additional is seems that the documentation is out of sync with the
implementation. The section 'design notes' is still refering to a former
implementation with the create(...) functions.
Otherwise, I could compile and link the code on msvc .net 2008 with my
setup.
thanks for your library,
best
Johannes