From 4231b56bb193e783e5f0f5d1562b507b51aac5bd Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Thu, 31 Jan 2002 17:21:59 +0000 Subject: [PATCH] HTML fix [SVN r12608] --- doc/reference/comparison_greater.htm | 2 +- doc/reference/comparison_greater_equal.htm | 2 +- doc/reference/comparison_less.htm | 2 +- doc/reference/comparison_less_equal.htm | 2 +- include/boost/preprocessor/comparison/greater.hpp | 2 +- include/boost/preprocessor/comparison/greater_equal.hpp | 2 +- include/boost/preprocessor/comparison/less.hpp | 2 +- include/boost/preprocessor/comparison/less_equal.hpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/reference/comparison_greater.htm b/doc/reference/comparison_greater.htm index 98612b0..407ad39 100644 --- a/doc/reference/comparison_greater.htm +++ b/doc/reference/comparison_greater.htm @@ -9,7 +9,7 @@

#define BOOST_PP_GREATER(X,Y)

-

Expands to 1 if X>Y and 0 otherwise.

+

Expands to 1 if X>Y and 0 otherwise.

Uses