mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 08:12:39 +02:00
updates for fusion 2.1
[SVN r40251]
This commit is contained in:
12
include/boost/fusion/include/as_deque.hpp
Normal file
12
include/boost/fusion/include/as_deque.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AS_DEQUE)
|
||||
#define FUSION_INCLUDE_AS_DEQUE
|
||||
|
||||
#include <boost/fusion/container/deque/convert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/as_list.hpp
Normal file
12
include/boost/fusion/include/as_list.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AS_LIST)
|
||||
#define FUSION_INCLUDE_AS_LIST
|
||||
|
||||
#include <boost/fusion/container/list/convert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/as_map.hpp
Normal file
12
include/boost/fusion/include/as_map.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AS_MAP)
|
||||
#define FUSION_INCLUDE_AS_MAP
|
||||
|
||||
#include <boost/fusion/container/map/convert.hpp>
|
||||
|
||||
#endif
|
12
include/boost/fusion/include/as_set.hpp
Normal file
12
include/boost/fusion/include/as_set.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_AS_SET)
|
||||
#define FUSION_INCLUDE_AS_SET
|
||||
|
||||
#include <boost/fusion/container/set/convert.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user