diff --git a/ChangeLog b/ChangeLog index 5d1c0d3..67ee4f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -78,6 +78,7 @@ CHANGELOG #pragma's are fdispatched to the interpret_pragma() preprocessing hook. The default value for BOOST_WAVE_PRAGMA_COMMAND is "wave" to ensure complete backward compatibility. +- Added missing #pragma warning(pop) directives. Mon Dec 5 22:05:22 CST 2005 Boost V1.33.1 diff --git a/doc/introduction.html b/doc/introduction.html index a1c7480..fee182b 100644 --- a/doc/introduction.html +++ b/doc/introduction.html @@ -27,7 +27,7 @@ implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL).
-The Wave C++ preprocessor is not a monolitic application, +
The Wave C++ preprocessor is not a monolithic application, it's rather a modular library, which exposes mainly a context object and an iterator interface. The context object helps to configure the actual preprocessing process (as search path's, predefined macros, etc.). The exposed iterators are @@ -87,7 +87,7 @@ preprocessing, but allows to use Wave for all of the IDL derivatives.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)Last updated: - Sunday, May 15, 2005 12:23 + Wednesday, December 14, 2005 10:58