
13 Dec
2008
13 Dec
'08
5:48 p.m.
Hi, This code compiles:- #include <boost/mpl/or.hpp> using boost::mpl; int main() { typedef boost::mpl::or_<> A; A a; } What is the meaning an empty or_<> ? On my gcc compiler I can see that there is no type/value inside A. With Regards, Reetesh Mukul