t_9_019.cpp 868 B

123456789101112131415161718192021
  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. // tests, whether regression causing #include_next to infinitely recurse is
  9. // fixed
  10. //E t_9_019.hpp(11): error: could not find include file: t_9_019.hpp
  11. #include "t_9_019.hpp"
  12. // 10: t_9_019.cpp(14): #include "t_9_019.hpp"
  13. // 04: "t_9_019.hpp"
  14. // 05: $B(t_9_019.hpp) ($B(t_9_019.hpp))
  15. // 10: t_9_019.hpp(11): #include_next "t_9_019.hpp"
  16. // 04: "t_9_019.hpp" (include_next)
  17. // 18: boost::wave::preprocess_exception