]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fusion/include/boost/fusion/support/tag_of_fwd.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / fusion / include / boost / fusion / support / tag_of_fwd.hpp
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