$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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