1 /*============================================================================= 2 Boost.Wave: A Standard compliant C++ preprocessor library 3 http://www.boost.org/ 4 5 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 6 Software License, Version 1.0. (See accompanying file 7 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 =============================================================================*/ 9 10 // if _MSC_VER was defined through the command line, the pp expression was 11 // garbled 12 13 //O -D_MSC_VER=1200 14 15 //R #line 18 "t_2_016.cpp" 16 //R true 17 #if defined (_MSC_VER) && (_MSC_VER >= 1020) 18 true 19 #endif 20 21 //H 10: t_2_016.cpp(17): #if 22 //H 01: <command line>(1): _MSC_VER 23 //H 02: 1200 24 //H 03: 1200 25 //H 11: t_2_016.cpp(17): #if defined (_MSC_VER) && (_MSC_VER >= 1020): 1 26 //H 10: t_2_016.cpp(19): #endif 27