> === //depot/devel/lib/boost/vendor/boost/test/unit_test_suite.hpp#1 -
/home/green/p4/devel/lib/boost/boost/test/unit_test_suite.hpp ====
> ***************
> *** 267,273 ****
>       if( name_[0] == '&' )
>           name_.erase( 0, 1 );
>
> !     return name_.data();
>   }
>
>   } // namespace detail
> --- 267,273 ----
>       if( name_[0] == '&' )
>           name_.erase( 0, 1 );
>
> !     return name_.c_str();
>   }
>
>   } // namespace detail

This fragment of code was fixed in second revision. It's in different file
now and don't use C literals at all.

Gennadiy.




_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to