[Boost-bugs] [Boost C++ Libraries] #4070: Incorrect header guard on fusion/include/has_keys.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #4070: Incorrect header guard on fusion/include/has_keys.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-05 18:43:45


#4070: Incorrect header guard on fusion/include/has_keys.hpp
--------------------------+-------------------------------------------------
 Reporter: jfalcou | Owner: djowel
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: fusion
  Version: Boost 1.42.0 | Severity: Showstopper
 Keywords: |
--------------------------+-------------------------------------------------
 boost/fusion/include/has_keys has the following code:

 #if !defined(FUSION_INCLUDE_HAS_KEY)
 #define FUSION_INCLUDE_EMPTY

 #include <boost/fusion/sequence/intrinsic/has_key.hpp>

 #endif


 the #define is obviously wrong and clash if empty.hpp is included
 afterward.

 Fix is trivial.

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