forked from boostorg/fusion
Fix #include guard of boost/fusion/include/has_key.hpp. Fixes #4070
[SVN r62828]
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#if !defined(FUSION_INCLUDE_HAS_KEY)
|
#if !defined(FUSION_INCLUDE_HAS_KEY)
|
||||||
#define FUSION_INCLUDE_EMPTY
|
#define FUSION_INCLUDE_HAS_KEY
|
||||||
|
|
||||||
#include <boost/fusion/sequence/intrinsic/has_key.hpp>
|
#include <boost/fusion/sequence/intrinsic/has_key.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user