t_2_019.cpp 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. // Check if #pragma once, include guard detection, and related hooks work as
  9. // expected
  10. #include "t_2_019_001.hpp" // #pragma once
  11. #include "t_2_019_002.hpp" // include guard style 1
  12. #include "t_2_019_003.hpp" // include guard style 2
  13. // repeat inclusion, should do nothing
  14. #include "t_2_019_001.hpp"
  15. #include "t_2_019_002.hpp"
  16. #include "t_2_019_003.hpp"
  17. //R #line 11 "t_2_019_001.hpp"
  18. //R t_2_019_001
  19. //R #line 16 "t_2_019_002.hpp"
  20. //R t_2_019_002
  21. //R #line 16 "t_2_019_003.hpp"
  22. //R t_2_019_003
  23. //H 10: t_2_019.cpp(13): #include "t_2_019_001.hpp"
  24. //H 04: "t_2_019_001.hpp"
  25. //H 05: $S(t_2_019_001.hpp) ($B(t_2_019_001.hpp))
  26. //H 10: t_2_019_001.hpp(10): #pragma
  27. //H 20: t_2_019_001.hpp(10): #pragma: $B(t_2_019_001.hpp)
  28. //H 06:
  29. //H 10: t_2_019.cpp(14): #include "t_2_019_002.hpp"
  30. //H 04: "t_2_019_002.hpp"
  31. //H 05: t_2_019_002.hpp ($B(t_2_019_002.hpp))
  32. //H 10: t_2_019_002.hpp(12): #if
  33. //H 11: t_2_019_002.hpp(12): #if !defined(T_2_019_002): 1
  34. //H 10: t_2_019_002.hpp(14): #define
  35. //H 08: t_2_019_002.hpp(14): T_2_019_002=
  36. //H 10: t_2_019_002.hpp(18): #endif
  37. //H 06:
  38. //H 19: $B(t_2_019_002.hpp): T_2_019_002
  39. //H 10: t_2_019.cpp(15): #include "t_2_019_003.hpp"
  40. //H 04: "t_2_019_003.hpp"
  41. //H 05: t_2_019_003.hpp ($B(t_2_019_003.hpp))
  42. //H 10: t_2_019_003.hpp(12): #ifndef
  43. //H 11: t_2_019_003.hpp(12): #ifndef T_2_019_003: 0
  44. //H 10: t_2_019_003.hpp(14): #define
  45. //H 08: t_2_019_003.hpp(14): T_2_019_003=
  46. //H 10: t_2_019_003.hpp(18): #endif
  47. //H 06:
  48. //H 19: $B(t_2_019_003.hpp): T_2_019_003
  49. //H 10: t_2_019.cpp(18): #include "t_2_019_001.hpp"
  50. //H 04: "t_2_019_001.hpp"
  51. //H 10: t_2_019.cpp(19): #include "t_2_019_002.hpp"
  52. //H 04: "t_2_019_002.hpp"
  53. //H 10: t_2_019.cpp(20): #include "t_2_019_003.hpp"
  54. //H 04: "t_2_019_003.hpp"