cxx11_hdr_mutex.cpp 322 B

12345678910
  1. // Copyright Kohei Takahashi 2016.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/config.hpp>
  6. #ifdef BOOST_NO_CXX11_HDR_MUTEX
  7. #error "C++11 <mutex> is not available."
  8. #endif