Boost logo

Boost :

Subject: Re: [boost] [mpl] at<> example bug?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2013-08-06 15:47:31


On 06/08/13 01:52, Mostafa wrote:
> Looks like the example found here:
> http://www.boost.org/doc/libs/1_54_0/libs/mpl/doc/refmanual/at.html is
> buggy:
>
> BOOST_MPL_ASSERT_RELATION( (at< range, int_<0> >::value), ==, 10 );
>
> It should be:
>
> BOOST_MPL_ASSERT_RELATION( (at< range, int_<0> >::type::value), ==, 10 );

Both should work.


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