mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 07:42:11 +02:00
vc7.1 bugfix
[SVN r36919]
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include <boost/fusion/sequence/container/deque/deque.hpp>
|
#include <boost/fusion/sequence/container/deque/deque.hpp>
|
||||||
|
#include <boost/fusion/sequence/conversion/as_deque.hpp>
|
||||||
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE deque
|
#define FUSION_SEQUENCE deque
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include <boost/fusion/sequence/container/list/list.hpp>
|
#include <boost/fusion/sequence/container/list/list.hpp>
|
||||||
|
#include <boost/fusion/sequence/conversion/as_list.hpp>
|
||||||
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE list
|
#define FUSION_SEQUENCE list
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include <boost/fusion/tuple.hpp>
|
#include <boost/fusion/tuple.hpp>
|
||||||
|
#include <boost/fusion/sequence/conversion/as_vector.hpp>
|
||||||
|
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE tuple
|
#define FUSION_SEQUENCE tuple
|
||||||
#define FUSION_AT get
|
#define FUSION_AT get
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include <boost/fusion/sequence/container/vector/vector.hpp>
|
#include <boost/fusion/sequence/container/vector/vector.hpp>
|
||||||
|
#include <boost/fusion/sequence/conversion/as_vector.hpp>
|
||||||
|
#include <boost/fusion/sequence/adapted/mpl.hpp>
|
||||||
|
|
||||||
#define FUSION_SEQUENCE vector
|
#define FUSION_SEQUENCE vector
|
||||||
#include "misc.hpp"
|
#include "misc.hpp"
|
||||||
|
Reference in New Issue
Block a user