added intrusive struct generating macros

[SVN r61018]
This commit is contained in:
Christopher Schmidt
2010-04-03 13:34:20 +00:00
parent d8a40f48a6
commit 073ce9e4a3
13 changed files with 924 additions and 38 deletions

View File

@ -0,0 +1,13 @@
/*=============================================================================
Copyright (c) 2010 Christopher Schmidt
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)
==============================================================================*/
#ifndef BOOST_FUSION_INCLUDE_DEFINE_ASSOC_STRUCT_HPP
#define BOOST_FUSION_INCLUDE_DEFINE_ASSOC_STRUCT_HPP
#include <boost/fusion/adapted/struct/define_assoc_struct.hpp>
#endif

View File

@ -0,0 +1,13 @@
/*=============================================================================
Copyright (c) 2010 Christopher Schmidt
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)
==============================================================================*/
#ifndef BOOST_FUSION_INCLUDE_DEFINE_STRUCT_HPP
#define BOOST_FUSION_INCLUDE_DEFINE_STRUCT_HPP
#include <boost/fusion/adapted/struct/define_struct.hpp>
#endif