]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/spirit/home/classic/symbols/typeof.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / symbols / typeof.hpp
1 /*=============================================================================
2 Copyright (c) 2006 Tobias Schwinger
3 http://spirit.sourceforge.net/
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_SPIRIT_SYMBOLS_TYPEOF_HPP)
9 #define BOOST_SPIRIT_SYMBOLS_TYPEOF_HPP
10
11 #include <boost/typeof/typeof.hpp>
12
13 #include <boost/spirit/home/classic/symbols/symbols_fwd.hpp>
14
15 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
16
17 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,3)
18 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbol_inserter,2)
19 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::impl::tst,2)
20
21 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,2)
22 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::symbols,1)
23
24 #endif
25