t_1_037.cpp 722 B

1234567891011121314151617
  1. /*=============================================================================
  2. Boost.Wave: A Standard compliant C++ preprocessor library
  3. http://www.boost.org/
  4. Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost
  5. Software License, Version 1.0. (See accompanying file
  6. LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================*/
  8. // the following concatenation needs to fail (even if this construct is used
  9. // in some MS headers)
  10. //R
  11. //E t_1_037.cpp(16): error: pasting the following two tokens does not give a valid preprocessing token: "/" and "/"
  12. #define _VARIANT_BOOL /##/
  13. _VARIANT_BOOL bool;