// // Boost.Pointer Container // // Copyright Thorsten Ottosen 2009. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // For more information, see http://www.boost.org/libs/ptr_container/ // #include // force instantiation of all members template class boost::ptr_array; template class boost::ptr_array, 42>; template class boost::ptr_deque; template class boost::ptr_deque< boost::nullable >; template class boost::ptr_list; template class boost::ptr_list< boost::nullable >; template class boost::ptr_map; template class boost::ptr_map >; template class boost::ptr_vector; template class boost::ptr_vector< boost::nullable >; //@todo problem with constructor forwarding // //template class boost::ptr_unordered_map; // @todo: there seems to be some problems with // argument passing in circular_buffer // //boost::ptr_circular_buffer buffer(32); //buffer.push_back( new int(42) ); template class boost::ptr_set; // @todo: problem with constructor forwarding // //template class boost::ptr_unordered_set;