Boost logo

Boost :

Subject: Re: [boost] [aligned storage] namespace conflict
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-03-22 17:26:27


AMDG

On 03/22/2011 03:37 AM, Tobias Germer wrote:
> Index: aligned_storage.hpp
> ===================================================================
> --- aligned_storage.hpp (revision 70385)
> +++ aligned_storage.hpp (working copy)
> @@ -50,7 +50,7 @@
>
> typename mpl::eval_if_c<
> alignment_ == std::size_t(-1)
> - , mpl::identity<detail::max_align>
> + , mpl::identity<::boost::detail::max_align>

Trigraph alert: You must add a space between '<' and ':'.
Otherwise, it means '['.

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