Fusion: fixed adapt_class to be usable with Spirit, added adapt_class_named

[SVN r59340]
This commit is contained in:
Hartmut Kaiser
2010-01-29 15:03:35 +00:00
parent 0d5ff2fc01
commit 6647f0c8a4
5 changed files with 210 additions and 31 deletions

View 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