>
>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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to