t_9_008.cpp 684 B

12345678910111213141516
  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. // Test error reporting during redefinition of 'defined'
  9. //E t_9_008.cpp(13): warning: #undef may not be used on this predefined name: defined
  10. #undef defined
  11. //H 10: t_9_008.cpp(13): #undef
  12. //H 18: boost::wave::preprocess_exception