BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge

[SVN r78508]
This commit is contained in:
Joel de Guzman
2012-05-19 01:24:16 +00:00
parent a46bd7ab72
commit ed3776ce8c
4 changed files with 397 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/*=============================================================================
Copyright (c) 2012 Nathan Ridge
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_INLINE_HPP
#define BOOST_FUSION_INCLUDE_DEFINE_STRUCT_INLINE_HPP
#include <boost/fusion/adapted/struct/define_struct_inline.hpp>
#endif