Boost logo

Boost :

Subject: [boost] [mpl] Nested BOOST_MPL_ASSERT fails on VC11
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-10-10 16:00:39


AMDG

I just ran into the following bug:

template<class T>
struct test : T { BOOST_MPL_ASSERT((T)); };
BOOST_MPL_ASSERT((test<T>));

I've reworked BOOST_MPL_ASSERT to avoid the
problem in the attached patch. Okay to commit?

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