t_2_016.cpp 848 B

1234567891011121314151617181920212223242526
  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. // if _MSC_VER was defined through the command line, the pp expression was
  9. // garbled
  10. //O -D_MSC_VER=1200
  11. //R #line 18 "t_2_016.cpp"
  12. //R true
  13. #if defined (_MSC_VER) && (_MSC_VER >= 1020)
  14. true
  15. #endif
  16. //H 10: t_2_016.cpp(17): #if
  17. //H 01: <command line>(1): _MSC_VER
  18. //H 02: 1200
  19. //H 03: 1200
  20. //H 11: t_2_016.cpp(17): #if defined (_MSC_VER) && (_MSC_VER >= 1020): 1
  21. //H 10: t_2_016.cpp(19): #endif