boost_no_iosfwd.ipp 489 B

1234567891011121314151617181920212223
  1. // (C) Copyright Peter Dimov 2007.
  2. // Use, modification and distribution are subject to the
  3. // Boost Software License, Version 1.0. (See accompanying file
  4. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. // See http://www.boost.org/libs/config for most recent version.
  6. // MACRO: BOOST_NO_IOSFWD
  7. // TITLE: <iosfwd>
  8. // DESCRIPTION: The <iosfwd> header is missing
  9. #include <iosfwd>
  10. namespace boost_no_iosfwd
  11. {
  12. int test()
  13. {
  14. return 0;
  15. }
  16. }