
boost's string algorithms aren't available for VC6 :-( a lot of other things are though... When in doubt about a library, I suggest you check the regression tests at the boost website, you'll see there if the library you're trying to use is available for a given compiler... Pablo Aguilar "sanduoren" <sanduoren@yahoo.com.cn> wrote in message news:d40i10$e24$1@sea.gmane.org...
I'm a learner of boost.But the boost make me head ache.for example, I can't use /boost/algorithm/string.The VC6 compiler gives hints:
yes_no_type.hpp(22) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal yes_no_type.hpp(23) : see reference to class template instantiation 'boost::algorithm::size_descriptor<I>' being compiled
who can tell me how to use boost in VC6