mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 15:52:13 +02:00
Remove $$$ JDG temp $$$
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
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 <boost/fusion/container/deque/deque.hpp>
|
#include <boost/fusion/container/deque/deque.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE boost::fusion::deque<std::vector<x>>
|
#define FUSION_SEQUENCE boost::fusion::deque<std::vector<x>>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
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 <boost/fusion/container/map/map.hpp>
|
#include <boost/fusion/container/map/map.hpp>
|
||||||
|
|
||||||
struct k1 {};
|
struct k1 {};
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
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)
|
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 <boost/fusion/container/vector/vector.hpp>
|
#include <boost/fusion/container/vector/vector.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE boost::fusion::vector<std::vector<x>>
|
#define FUSION_SEQUENCE boost::fusion::vector<std::vector<x>>
|
||||||
|
Reference in New Issue
Block a user