> The problems is caused by calling "data()" on std::string, which does not > zero-terminate the returned value, AFAICT. The following patch eliminates > the warning:
I reported that one some time ago: there are quite a few occurrences of data() where c_str() should be used :-( John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost