Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-15 10:09:31

0001 #ifndef BOOST_THREAD_THREAD_HPP
0002 #define BOOST_THREAD_THREAD_HPP
0003 
0004 //  thread.hpp
0005 //
0006 //  (C) Copyright 2007-8 Anthony Williams
0007 //
0008 //  Distributed under the Boost Software License, Version 1.0. (See
0009 //  accompanying file LICENSE_1_0.txt or copy at
0010 //  http://www.boost.org/LICENSE_1_0.txt)
0011 
0012 #include <boost/thread/thread_only.hpp>
0013 #include <boost/thread/detail/thread_group.hpp>
0014 
0015 
0016 #endif