
15 Jan
2009
15 Jan
'09
9:24 p.m.
template< int > struct error_if_not; template<> struct error_if_not< true > { }; missing... 2009/1/15 David Abrahams <dave@boostpro.com>:
on Wed Jan 14 2009, "TaeKyeong Wang" <bugiii-AT-gmail.com> wrote:
C++ programmers want to input a constant of the binary form, like following. But, this is illegal in C++ world.
unsigned char value = 0b10001010;
There are some solutions of this lack. But, I can't find the gratifying answer.
http://www.boost.org/doc/libs/1_37_0/libs/utility/utility.htm#BOOST_BINARY ??
-- Dave Abrahams BoostPro Computing http://www.boostpro.com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost