id summary reporter owner description type status milestone component version severity resolution keywords cc 13340 ptr_vector::c_array is not compiling when boost::nullable is used. przemek.wos@… Thorsten Ottosen "Hi, Using c_array() when nullable is in interface, triggers compile error. Fallowing code is not compiling. {{{ boost::ptr_vector> p; p.c_array(); //compile error }}} It looks like inside c_array reinterpret_cast should to {{{value_type*}}} not {{{T**}}}. {{{ T** res = reinterpret_cast( &this->begin().base()[0] ); }}} " Bugs new To Be Determined ptr_container Boost 1.62.0 Problem