16 Apr
2003
16 Apr
'03
10:52 p.m.
Hi!
"Bernhard Glück"
Today my company switched over to MSVC 1310 ( Visual Studio .NET 2003 ) We make heavy use of some boost libraries. And now we have a real showstopper, boost::format does nto compile anymore without errors. Are there any fixes for that ? we use boost_1_30_0 built using the VC7 toolset ( from MSVC 7.1 )
I guess that's because of the workaround in feed_args.hpp (ln 73): #if BOOST_WORKAROUND( BOOST_MSVC, BOOST_TESTED_AT(1300)) I'd guess you won't need the workaround for 13.10. If so you should replace BOOST_TESTED_AT(1300) with <= 1300 hth -hg