Boost logo

Boost :

From: John (john_at_[hidden])
Date: 2003-06-16 04:05:05


>
>BOOST_STATIC_WARNING( "we're in boost_file.hpp")

Ok, the example was a little bit stupid, but you get the point.
(should have somehow been BOOST_STATIC_WARNING(WCHAR_MIN >= 0);)

By the way, why not extend the BOOST_STATIC_ASSERT a la Andrei:
BOOST_STATIC_ASSERT( sizeof(type) > 1, type_should_contain_at_least_2_bytes) ?

(sorry, probably this has been asked before; just point me to that discussion)

Best,
John


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