
On Wed, 26 Nov 2008 11:14:38 -0600, "Michael Marcin" <mike.marcin@gmail.com> said:
Andy Tompkins wrote:
Only because I'm not sure how to implement the time-based construction mechanism a portable way.
I'm not sure what is required but perhaps the newly sandboxed Chrono library can help here?
I will take a look at Chrono, it may help. The time-based construction ideally requires a MAC address, and I don't know how to get it portably.
I tend to avoid implicit conversions. One can also use boost::lexical_cast<std::string>(uuid). Again, if this list wants operator std::string() and the like, I will add it.
Please no.
This is the second no vote, plus mine makes 3. I won't add an implicit conversion to std::string.
-- Michael Marcin
Regards, Andy Tompkins