]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/classic/test/typeof_support/typeof_error_handling.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / classic / test / typeof_support / typeof_error_handling.cpp
1 /*=============================================================================
2 Copyright (c) 2006 Tobias Schwinger
3 http://spirit.sourceforge.net/
4
5 Use, modification and distribution is subject to the Boost Software
6 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9
10 #define BOOST_TYPEOF_EMULATION
11 #include <boost/spirit/include/classic_typeof.hpp>
12 #include <boost/spirit/include/classic_error_handling.hpp>
13