t_9_016.cpp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 !defined(inclusion)
  9. # define inclusion
  10. # include __FILE__
  11. # include "t_9_016.hpp"
  12. #else
  13. //R #line 18 "t_9_016.cpp"
  14. //R # define later
  15. #define EXPAND(x) x
  16. EXPAND(#) define later
  17. #endif
  18. //H 10: t_9_016.cpp(10): #if
  19. //H 11: t_9_016.cpp(10): #if !defined(inclusion): 1
  20. //H 10: t_9_016.cpp(11): #define
  21. //H 08: t_9_016.cpp(11): inclusion=
  22. //H 10: t_9_016.cpp(12): # include
  23. //H 04: "$P(t_9_016.cpp)"
  24. //H 05: $B(t_9_016.cpp) ($B(t_9_016.cpp))
  25. //H 10: t_9_016.cpp(10): #if
  26. //H 11: t_9_016.cpp(10): #if !defined(inclusion): 0
  27. //H 10: t_9_016.cpp(17): #define
  28. //H 08: t_9_016.cpp(17): EXPAND(x)=x
  29. //H 00: t_9_016.cpp(18): EXPAND(#), [t_9_016.cpp(17): EXPAND(x)=x]
  30. //H 02: #
  31. //H 03: #
  32. //H 10: t_9_016.cpp(19): #endif
  33. //H 06:
  34. //H 19: $B(t_9_016.cpp): inclusion
  35. //H 10: t_9_016.cpp(13): # include "t_9_016.hpp"
  36. //H 04: "t_9_016.hpp"
  37. //H 05: t_9_016.hpp ($B(t_9_016.hpp))
  38. //H 06:
  39. //H 10: t_9_016.cpp(14): #else