Chris@102: /*============================================================================= Chris@102: Copyright (c) 2013-2014 Damien Buhl Chris@102: Chris@102: Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@102: file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@102: ==============================================================================*/ Chris@102: Chris@102: #ifndef BOOST_FUSION_ADAPTED_STRUCT_DETAIL_ADAPT_AUTO_HPP Chris@102: #define BOOST_FUSION_ADAPTED_STRUCT_DETAIL_ADAPT_AUTO_HPP Chris@102: Chris@102: #include Chris@102: Chris@102: #define BOOST_FUSION_ADAPT_AUTO BOOST_PP_EMPTY() Chris@102: Chris@102: #endif