Subject: Re: [Boost-bugs] [Boost C++ Libraries] #775: Warnings on MSVC 2005
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-10-29 17:12:53
#775: Warnings on MSVC 2005
--------------------+-------------------------------------------------------
Reporter: e4lam | Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: | Component: config
Version: None | Severity: Problem
Resolution: fixed | Keywords:
--------------------+-------------------------------------------------------
Comment(by mstevens_at_[hidden]):
Thanks John,
With Boost 1.36.0 was getting the 4103 compiler warning compiling in
64-bit mode on MSVC 2008 (9.0). I silenced the warnings by changing these
three files by surrounding #include <boost/config/abi_prefix.hpp> and
#include <boost/config/abi/suffix.hpp> statements.
For example:
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable: 4103)
#endif
#include <boost/config/abi_prefix.hpp> // must be the last
#include
#ifdef BOOST_MSVC
#pragma warning(pop)
#endif
It sounds like you've taken care of this and I'll get the fix next time I
download Boost. Thanks a lot for your work.
Mac Stevens mstevens_at_[hidden]
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/775#comment:6> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC