ADAPT_STRUCT_DEFINE_PROXY_TYPE refactoring

[SVN r61178]
This commit is contained in:
Christopher Schmidt
2010-04-10 14:35:13 +00:00
parent 073ce9e4a3
commit 83db52797b
7 changed files with 26 additions and 5 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_PROXY_TYPE_HPP
#define BOOST_FUSION_INCLUDE_PROXY_TYPE_HPP
#include <boost/fusion/adapted/struct/detail/proxy_type.hpp>
#endif