Subject: Re: [Boost-users] [uuid] to string problem
From: Dmitry Vinogradov (sraider_at_[hidden])
Date: 2010-05-10 16:06:47


10.05.2010 15:26, Saygin Arkan wrote:
> Hi,
> I'm a newbie on boost.
> I've downloaded and used some features.
>
> I couldn't find how to cast uuid into string.
>

try:
boost::lexical_cast<std::string>(u);