|
Boost Users : |
From: John Maddock (john_maddock_at_[hidden])
Date: 2002-11-07 06:56:43
Fixed thanks.
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm
>
> My compiler issues the following warning message
> (boost v1.29.0, G++ 3.2 with warning level high):
>
> boost_1_29_0/boost/type_traits/config.hpp:90:55: warning: "BOOST_MSVC"
> is not defined
>
>
>
> boost/type_traits/config.hpp: line 90 is:
>
> # if (........ || BOOST_MSVC > 1301 || ........)
>
>
> Shouldn't it be as follows?
>
> # if (........ || #defined(BOOST_MSVC) && BOOST_MSVC > 1301 || ........)
>
>
> H. Morishima
>
>
>
>
>
>
>
> Info: <http://www.boost.org>
> Wiki: <http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl>
> Unsubscribe: <mailto:boost-users-unsubscribe_at_[hidden]>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
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