|
Last change
on this file since 46 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
868 bytes
|
| Line | |
|---|
| 1 | /*============================================================================= |
|---|
| 2 | Boost.Wave: A Standard compliant C++ preprocessor library |
|---|
| 3 | |
|---|
| 4 | http://www.boost.org/ |
|---|
| 5 | |
|---|
| 6 | Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost |
|---|
| 7 | Software License, Version 1.0. (See accompanying file |
|---|
| 8 | LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 9 | =============================================================================*/ |
|---|
| 10 | |
|---|
| 11 | #if !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED) |
|---|
| 12 | #define WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED |
|---|
| 13 | |
|---|
| 14 | #include <boost/wave/wave_config.hpp> |
|---|
| 15 | #include <boost/wave/cpp_exceptions.hpp> |
|---|
| 16 | #include <boost/wave/cpplexer/cpplexer_exceptions.hpp> |
|---|
| 17 | |
|---|
| 18 | #include <boost/wave/token_ids.hpp> |
|---|
| 19 | #include <boost/wave/cpp_context.hpp> |
|---|
| 20 | |
|---|
| 21 | #endif // !defined(WAVE_HPP_DCA0EA51_EF5B_4BF1_88A8_461DBC5F292B_INCLUDED) |
|---|
Note: See
TracBrowser
for help on using the repository browser.