#include <boost/ptr_container/ptr_container.hpp>
template class boost::ptr_array<const int, 42>;
template class boost::ptr_array<boost::nullable<const int>, 42>;
template class boost::ptr_deque<const int>;
template class boost::ptr_deque< boost::nullable<const int> >;
template class boost::ptr_list<const int>;
template class boost::ptr_list< boost::nullable<const int> >;
template class boost::ptr_map<int, const int>;
template class boost::ptr_map<int, boost::nullable<const int> >;
template class boost::ptr_vector<const int>;
template class boost::ptr_vector< boost::nullable<const int> >;
template class boost::ptr_set<const int>;