diff --git a/ChangeLog b/ChangeLog index 42cff27ec..b2eae1434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,7 @@ CHANGELOG - Added character literal out of range testing and an additional corresponding error message. - Fixed parsing of long character literals (such as '\x1234'). +- Fixed almost all problems diagnosed by the Boost inspection report. Thu Apr 7 10:07:45 WEDT 2005 Version 1.1.16 diff --git a/doc/class_reference_ctxpolicy.html b/doc/class_reference_ctxpolicy.html index 33a2e251a..1355abae4 100644 --- a/doc/class_reference_ctxpolicy.html +++ b/doc/class_reference_ctxpolicy.html @@ -25,10 +25,10 @@
-Introduction
- Header 'wave/preprocessing_hooks.hpp' +Introduction
+ Member functions
+ Header 'wave/preprocessing_hooks.hpp' synopsis
- Member functions
The context policy is used to provide callback hooks, which are called from inside the library into the user code, whenever
@@ -67,7 +67,7 @@template <typename Context, typename ContainerT> - bool interpret_pragma(ContextT const &ctx, ContainerT &pending, + bool interpret_pragma(ContextT const &ctx, ContainerT &pending, typename ContextT::token_type const &option, ContainerT const &values, typename ContextT::token_type const &pragma_token); @@ -234,7 +234,7 @@Macro definition
template < typename TokenT, typename ParametersT, typename DefinitionT > - void defined_macro(TokenT const &name, bool is_functionlike, + void defined_macro(TokenT const &name, bool is_functionlike, ParametersT const ¶meters, DefinitionT const &definition, bool is_predefined);@@ -253,7 +253,7 @@Macro definition
template <typename TokenT> - void undefined_macro(TokenTconst &name); + void undefined_macro(TokenTconst &name);The function undefined_macro is called whenever a macro definition @@ -275,7 +275,7 @@
Macro definition
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: - Wednesday, March 16, 2005 20:35 + Wednesday, May 4, 2005 8:42