BOOST_FUSION_ADAPT_CLASS

[SVN r56575]
This commit is contained in:
Joel de Guzman
2009-10-04 16:59:37 +00:00
parent 7b89755a67
commit 178973a05c
17 changed files with 884 additions and 0 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)
#define FUSION_INCLUDE_ADAPT_CLASS
#include <boost/fusion/adapted/class/adapt_class.hpp>
#endif