mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 14:34:44 +02:00
Fixed missing define check
[SVN r77482]
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
// sample.h
|
// sample.h
|
||||||
|
|
||||||
#if !BOOST_PP_IS_ITERATING
|
#if !defined(BOOST_PP_IS_ITERATING)
|
||||||
|
|
||||||
#ifndef BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED
|
#ifndef BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED
|
||||||
#define BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED
|
#define BOOST_INTRUSIVE_DETAIL_HAS_MEMBER_FUNCTION_CALLABLE_WITH_DETAILS_INCLUDED
|
||||||
|
Reference in New Issue
Block a user