From 363ca22cc2fe61b49356f15060b2c0816e75f079 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Tue, 5 Feb 2002 12:13:37 +0000 Subject: [PATCH] Updated [SVN r12721] --- doc/reference/arithmetic.htm | 2 +- doc/reference/arithmetic_add.htm | 7 ++++++- doc/reference/arithmetic_div.htm | 7 ++++++- doc/reference/arithmetic_mod.htm | 7 ++++++- doc/reference/arithmetic_mul.htm | 7 ++++++- doc/reference/arithmetic_sub.htm | 7 ++++++- doc/reference/assert_msg.htm | 2 +- doc/reference/cat.htm | 7 ++++++- doc/reference/comma.htm | 2 +- doc/reference/comma_if.htm | 2 +- doc/reference/comparison.htm | 2 +- doc/reference/comparison_equal.htm | 7 ++++++- doc/reference/comparison_greater.htm | 7 ++++++- doc/reference/comparison_greater_equal.htm | 7 ++++++- doc/reference/comparison_less.htm | 7 ++++++- doc/reference/comparison_less_equal.htm | 7 ++++++- doc/reference/comparison_not_equal.htm | 7 ++++++- doc/reference/dec.htm | 2 +- doc/reference/empty.htm | 7 ++++++- doc/reference/enum.htm | 7 ++++++- doc/reference/enum_params.htm | 7 ++++++- doc/reference/enum_params_with_a_default.htm | 7 ++++++- doc/reference/enum_params_with_defaults.htm | 7 ++++++- doc/reference/enum_shifted.htm | 2 +- doc/reference/enum_shifted_params.htm | 7 ++++++- doc/reference/expand.htm | 2 +- doc/reference/for.htm | 2 +- 27 files changed, 117 insertions(+), 27 deletions(-) diff --git a/doc/reference/arithmetic.htm b/doc/reference/arithmetic.htm index ddc1680..2b6e36e 100644 --- a/doc/reference/arithmetic.htm +++ b/doc/reference/arithmetic.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_ADD(X,Y)

    diff --git a/doc/reference/arithmetic_div.htm b/doc/reference/arithmetic_div.htm index 46f5b3e..99422a9 100644 --- a/doc/reference/arithmetic_div.htm +++ b/doc/reference/arithmetic_div.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_DIV(X,Y)

    diff --git a/doc/reference/arithmetic_mod.htm b/doc/reference/arithmetic_mod.htm index de06690..e3efd9f 100644 --- a/doc/reference/arithmetic_mod.htm +++ b/doc/reference/arithmetic_mod.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_MOD(X,Y)

    diff --git a/doc/reference/arithmetic_mul.htm b/doc/reference/arithmetic_mul.htm index 5411349..bb5b1e2 100644 --- a/doc/reference/arithmetic_mul.htm +++ b/doc/reference/arithmetic_mul.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_MUL(X,Y)

    diff --git a/doc/reference/arithmetic_sub.htm b/doc/reference/arithmetic_sub.htm index 10c7c4f..5f6f75f 100644 --- a/doc/reference/arithmetic_sub.htm +++ b/doc/reference/arithmetic_sub.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_SUB(X,Y)

    diff --git a/doc/reference/assert_msg.htm b/doc/reference/assert_msg.htm index b86e7be..9011897 100644 --- a/doc/reference/assert_msg.htm +++ b/doc/reference/assert_msg.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
  • static_assert.c
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_CAT(X,Y)

    diff --git a/doc/reference/comma.htm b/doc/reference/comma.htm index 26ab959..360fcdf 100644 --- a/doc/reference/comma.htm +++ b/doc/reference/comma.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_EQUAL(X,Y)

    diff --git a/doc/reference/comparison_greater.htm b/doc/reference/comparison_greater.htm index 539aeaa..46b29f8 100644 --- a/doc/reference/comparison_greater.htm +++ b/doc/reference/comparison_greater.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_GREATER(X,Y)

    diff --git a/doc/reference/comparison_greater_equal.htm b/doc/reference/comparison_greater_equal.htm index cbf4b66..8187679 100644 --- a/doc/reference/comparison_greater_equal.htm +++ b/doc/reference/comparison_greater_equal.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_GREATER_EQUAL(X,Y)

    diff --git a/doc/reference/comparison_less.htm b/doc/reference/comparison_less.htm index 2e15ca6..155f037 100644 --- a/doc/reference/comparison_less.htm +++ b/doc/reference/comparison_less.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_LESS(X,Y)

    diff --git a/doc/reference/comparison_less_equal.htm b/doc/reference/comparison_less_equal.htm index 56eabe8..a3e51c2 100644 --- a/doc/reference/comparison_less_equal.htm +++ b/doc/reference/comparison_less_equal.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_LESS_EQUAL(X,Y)

    diff --git a/doc/reference/comparison_not_equal.htm b/doc/reference/comparison_not_equal.htm index 06c66f4..30fc476 100644 --- a/doc/reference/comparison_not_equal.htm +++ b/doc/reference/comparison_not_equal.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
  • BOOST_PP_WHILE()
  • +

    Test

    + +

    #define BOOST_PREPROCESSOR_NOT_EQUAL(X,Y)

    diff --git a/doc/reference/dec.htm b/doc/reference/dec.htm index f4bd896..b3d873c 100644 --- a/doc/reference/dec.htm +++ b/doc/reference/dec.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
    subscript_layer.cpp +

    Test

    + +

    #define BOOST_PREPROCESSOR_EMPTY()

    diff --git a/doc/reference/enum.htm b/doc/reference/enum.htm index 52dc148..5f75465 100644 --- a/doc/reference/enum.htm +++ b/doc/reference/enum.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    BOOST_PP_REPEAT() +

    Test

    + +
    PrevNextMacrosHeaders diff --git a/doc/reference/enum_params.htm b/doc/reference/enum_params.htm index 1cac7b1..6892d04 100644 --- a/doc/reference/enum_params.htm +++ b/doc/reference/enum_params.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    BOOST_PP_REPEAT() +

    Test

    + +

    #define BOOST_PREPROCESSOR_ENUM_PARAMS(N,P)

    diff --git a/doc/reference/enum_params_with_a_default.htm b/doc/reference/enum_params_with_a_default.htm index a899ef5..f433f81 100644 --- a/doc/reference/enum_params_with_a_default.htm +++ b/doc/reference/enum_params_with_a_default.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    BOOST_PP_REPEAT() +

    Test

    + +

    #define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT(N,P,D)

    diff --git a/doc/reference/enum_params_with_defaults.htm b/doc/reference/enum_params_with_defaults.htm index 521a359..3153c55 100644 --- a/doc/reference/enum_params_with_defaults.htm +++ b/doc/reference/enum_params_with_defaults.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    BOOST_PP_REPEAT() +

    Test

    + +

    #define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS(N,P,D)

    diff --git a/doc/reference/enum_shifted.htm b/doc/reference/enum_shifted.htm index 2b9006a..22a477c 100644 --- a/doc/reference/enum_shifted.htm +++ b/doc/reference/enum_shifted.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference
    +

    Test

    + +

    #define BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS(N,P)

    diff --git a/doc/reference/expand.htm b/doc/reference/expand.htm index acf3668..ce7fd8f 100644 --- a/doc/reference/expand.htm +++ b/doc/reference/expand.htm @@ -1,7 +1,7 @@ -Boost.Preprocessor +Boost.Preprocessor - Reference
    -Boost.Preprocessor +Boost.Preprocessor - Reference