message.hpp 301 B

12345678
  1. // Copyright (C) 2005 Arkadiy Vertleyb
  2. // Use, modification and distribution is subject to the Boost Software
  3. // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
  4. #if defined(_MSC_VER) && defined BOOST_TYPEOF_MESSAGES
  5. # pragma message(BOOST_TYPEOF_TEXT)
  6. #endif
  7. #undef BOOST_TYPEOF_TEXT