Boost logo

Boost Users :

From: Holger Grund (yg-boost-users_at_[hidden])
Date: 2003-04-16 17:52:14


Hi!

"Bernhard Glück" <yg-boost-users_at_[hidden]> wrote
>
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net