Boost logo

Boost Users :

From: David R. Palmer (dpalmer_at_[hidden])
Date: 2008-01-22 19:49:26


John Maddock wrote:
> David R. Palmer wrote:
>
>> #elif defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
>>
>> // vc71:
>> # define BOOST_LIB_TOOLSET "vc71"
>>
>
> This line:
>
>
>> #elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1400)
>>
>
> Is wrong, it should say:
>
> #elif defined(BOOST_MSVC) && (BOOST_MSVC == 1400)
>
> Which confuses me, because it's never read the way you have it according to
> SVN history at
> http://svn.boost.org/trac/boost/browser/trunk/boost/config/auto_link.hpp
>
> Still confused, John.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
1>example - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

Thanks John, I appreciate the help, now on to QuantLib!


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