test_thread_fail1.cpp 405 B

12345678910
  1. // (C) Copyright John Maddock 2003.
  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. // disable thread support:
  6. #define BOOST_DISABLE_THREADS
  7. // this should now be a compiler error:
  8. #include <boost/config/requires_threads.hpp>
  9. // we should never get here...