예제 #1
0
 associative_ptr_container( const associative_ptr_container<C,V>& r )
  : base_type( r.begin(), r.end(), container_type() )
 { }
 explicit associative_ptr_container( const associative_ptr_container<C,V>& r )
   : base_type( r.begin(), r.end(), key_compare(), 
                BOOST_DEDUCED_TYPENAME Config::allocator_type() )
 { }