Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
unordered_object_pool.fwd.hpp
Go to the documentation of this file.
1 // (c) Copyright Rosetta Commons Member Institutions.
2 // (c) This file is part of the Rosetta software suite and is made available under license.
3 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6 #ifndef BOOST_unordered_object_pool_fwd_hpp
7 #define BOOST_unordered_object_pool_fwd_hpp
8 
9 // AUTO-REMOVED #include <boost/config.hpp> // for workarounds
10 
11 // std::size_t
12 // AUTO-REMOVED #include <cstddef>
13 
14 // boost::details::pool::default_mutex
15 // AUTO-REMOVED #include <boost/pool/detail/mutex.hpp>
16 
17 #include <boost/pool/poolfwd.hpp>
18 
19 namespace boost {
20 
21 //
22 // Location: <boost/pool/unordered_object_pool.hpp>
23 //
24 template <typename T, typename UserAllocator = default_user_allocator_new_delete>
26 
27 } // namespace boost
28 
29 #endif