Last change
on this file since 47 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
885 bytes
|
Line | |
---|
1 | /*============================================================================= |
---|
2 | Copyright (c) 2001-2003 Joel de Guzman |
---|
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 | #if !defined(BOOST_SPIRIT_ERROR_HANDLING_MAIN_HPP) |
---|
10 | #define BOOST_SPIRIT_ERROR_HANDLING_MAIN_HPP |
---|
11 | |
---|
12 | #include <boost/spirit/version.hpp> |
---|
13 | |
---|
14 | /////////////////////////////////////////////////////////////////////////////// |
---|
15 | // |
---|
16 | // Master header for Spirit.ErrorHandling |
---|
17 | // |
---|
18 | /////////////////////////////////////////////////////////////////////////////// |
---|
19 | |
---|
20 | #include <boost/spirit/error_handling/exceptions.hpp> |
---|
21 | |
---|
22 | #endif // !defined(BOOST_SPIRIT_ERROR_HANDLING_MAIN_HPP) |
---|
Note: See
TracBrowser
for help on using the repository browser.