
----- Mensaje original ----- De: Gennadiy Rozental <rogeeff@gmail.com> Fecha: Lunes, Octubre 15, 2007 11:05 pm Asunto: Re: [boost][test][msvc-6.0/7.0] problem with rev. 40035 of boost/test/impl/unit_test_suite.ipp Para: boost@lists.boost.org
Joaquín Mª López Muñoz <joaquin <at> tid.es> writes: [...]
if( const_string( framework::get( id, test_id_2_unit_type( id ) ).p_name ) == tu_name )
everything works fine (checked in MSVC++ 6.0 and GCC 3.2). [...] Better use
if( framework::get( id, test_id_2_unit_type( id ) ).p_name.get() == tu_name )
That was my first attempt and it does not solve the problem for MSVC++ 6.0, strangely enough :( Do I have your permission to go with plan B? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo