From f61bffb21fba49caf66f65e6b8c848b04809d837 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sat, 24 Feb 2018 16:00:57 +0900 Subject: [PATCH] Remove $$$ JDG temp $$$ --- test/sequence/deque_move.cpp | 2 +- test/sequence/map_move.cpp | 2 +- test/sequence/vector_move.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/sequence/deque_move.cpp b/test/sequence/deque_move.cpp index b3675b24..b3bdf11b 100644 --- a/test/sequence/deque_move.cpp +++ b/test/sequence/deque_move.cpp @@ -5,7 +5,7 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ -#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES // $$$ JDG temp $$$ +#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES #include #define FUSION_SEQUENCE boost::fusion::deque> diff --git a/test/sequence/map_move.cpp b/test/sequence/map_move.cpp index fcac58aa..9f9dd004 100644 --- a/test/sequence/map_move.cpp +++ b/test/sequence/map_move.cpp @@ -5,7 +5,7 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ -#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES // $$$ JDG temp $$$ +#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES #include struct k1 {}; diff --git a/test/sequence/vector_move.cpp b/test/sequence/vector_move.cpp index 4e5ae7c8..3e9f0b6a 100644 --- a/test/sequence/vector_move.cpp +++ b/test/sequence/vector_move.cpp @@ -5,7 +5,7 @@ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==============================================================================*/ -#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES // $$$ JDG temp $$$ +#define BOOST_FUSION_DONT_USE_PREPROCESSED_FILES #include #define FUSION_SEQUENCE boost::fusion::vector>