[Boost-bugs] [Boost C++ Libraries] #4591: Missing preprocessor guard in mpl::for_each

Subject: [Boost-bugs] [Boost C++ Libraries] #4591: Missing preprocessor guard in mpl::for_each
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-08-25 10:48:14


#4591: Missing preprocessor guard in mpl::for_each
------------------------------------------------------+---------------------
 Reporter: Iakov Minochkin <anberlin_myplace@…> | Owner: agurtovoy
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: mpl
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: mpl for_each |
------------------------------------------------------+---------------------
 Implementation has assert

 BOOST_MPL_ASSERT(( is_sequence<Sequence> ));

 witch must be guarded:

 #if !defined(BOOST_MPL_CFG_NO_HAS_XXX)

 BOOST_MPL_ASSERT(( is_sequence<Sequence> ));

 #endif

 for working with old compilers.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4591>
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:04 UTC