Chris@102: /*============================================================================= Chris@102: Copyright (c) 2015 Kohei Takahashi Chris@102: Chris@102: Use modification and distribution are subject to the Boost Software Chris@102: License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@102: http://www.boost.org/LICENSE_1_0.txt). Chris@102: ==============================================================================*/ Chris@102: #ifndef FUSION_DETAIL_ENABLER_02082015_163810 Chris@102: #define FUSION_DETAIL_ENABLER_02082015_163810 Chris@102: Chris@102: namespace boost { namespace fusion { namespace detail Chris@102: { Chris@102: template Chris@102: struct enabler { typedef T type; }; Chris@102: }}} Chris@102: Chris@102: #endif Chris@102: