forked from boostorg/fusion
Fusion: fixed adapt_class to be usable with Spirit, added adapt_class_named
[SVN r59340]
This commit is contained in:
12
include/boost/fusion/include/adapted_class_named.cpp
Normal file
12
include/boost/fusion/include/adapted_class_named.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2009 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_ADAPT_CLASS_NAMED)
|
||||
#define FUSION_INCLUDE_ADAPT_CLASS_NAMED
|
||||
|
||||
#include <boost/fusion/adapted/class/adapt_class_named.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user