| 1 | /*============================================================================= |
| 2 | Copyright (c) 2001-2011 Joel de Guzman |
| 3 | Copyright (c) 2005-2006 Dan Marsden |
| 4 | |
| 5 | Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 6 | file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 7 | ==============================================================================*/ |
| 8 | #if !defined(BOOST_FUSION_TAG_OF_FWD_31122005_1445) |
| 9 | #define BOOST_FUSION_TAG_OF_FWD_31122005_1445 |
| 10 | |
| 11 | namespace boost { namespace fusion |
| 12 | { |
| 13 | namespace traits |
| 14 | { |
| 15 | template<typename T, typename Active = void> |
| 16 | struct tag_of; |
| 17 | } |
| 18 | }} |
| 19 | |
| 20 | #endif |
| 21 | |