Subject: [Boost-bugs] [Boost C++ Libraries] #11157: MSVC 8 warnings for BOOST_PP_IS_EMPTY in Boost.Phoenix because of Boost.Fusion
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-31 06:10:54
#11157: MSVC 8 warnings for BOOST_PP_IS_EMPTY in Boost.Phoenix because of
Boost.Fusion
---------------------------+-----------------------------------
Reporter: damien.buhl@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.58.0
Severity: Cosmetic | Keywords: fusion warnings msvc8
---------------------------+-----------------------------------
Boost.Fusion in it's new facility to deduce memeber's types for
BOOST_FUSION_ADAPT* macros mase use of BOOST_PP_IS_EMPTY, which should be
kept for private use by Boost.Preprocessor and the newcoming VMD library.
This macro works really fine when used in conjunction to BOOST_PP_EMPTY.
However it generates warnings in VS 2005 MSVC 8 compiler.
These warnings could be removed in that BOOST_PP_IS_EMPTY would be removed
from the fusion codebase in favor to something like
BOOST_MPL_PP_TOKEN_EQUAL.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11157> 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:50:18 UTC