Boost logo

Boost :

Subject: Re: [boost] boost.uuid is_pod failure
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-07-15 12:36:39


AMDG

Tim Blechmann wrote:
> using boost.uuid from uuid_alt_v13_pod.zip, i get some static assertion
> failures of is_pod<boost::uuid>
>
> --- test_uuid.cpp~ 2008-12-06 02:27:38.000000000 +0100
> +++ test_uuid.cpp 2009-07-15 10:59:01.016387917 +0200
> @@ -22,6 +22,8 @@
>
> #include <string>
> #include <vector>
> +
> +BOOST_STATIC_ASSERT(boost::is_pod<boost::uuid>::value);
>
> int test_main(int, char*[])
> {
>
> i am not sure, whether it is a problem of is_pod or uuid, though ...
>

is_pod cannot be implemented under the current standard.
It requires compiler support or manual specializations.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk