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 @@
Expands to 1 if X>Y and 0 otherwise.
+Expands to 1 if X>Y and 0 otherwise.
Expands to 1 if X>=Y and 0 otherwise.
+Expands to 1 if X>=Y and 0 otherwise.
Expands to 1 if X Expands to 1 if X<Y and 0 otherwise. Expands to 1 if X<=Y and 0 otherwise. Expands to 1 if X<=Y and 0 otherwise. Expands to 1 if X>Y and 0 otherwise. Expands to 1 if X>Y and 0 otherwise. Expands to 1 if X>=Y and 0 otherwise. Expands to 1 if X>=Y and 0 otherwise. Expands to 1 if X Expands to 1 if X<Y and 0 otherwise. Expands to 1 if X<=Y and 0 otherwise. Expands to 1 if X<=Y and 0 otherwise.Uses
diff --git a/doc/reference/comparison_less_equal.htm b/doc/reference/comparison_less_equal.htm
index 22ed2e8..f63bc5f 100644
--- a/doc/reference/comparison_less_equal.htm
+++ b/doc/reference/comparison_less_equal.htm
@@ -9,7 +9,7 @@
#define BOOST_PP_LESS_EQUAL(X,Y)
- Uses
diff --git a/include/boost/preprocessor/comparison/greater.hpp b/include/boost/preprocessor/comparison/greater.hpp
index 002d159..8d8a90e 100644
--- a/include/boost/preprocessor/comparison/greater.hpp
+++ b/include/boost/preprocessor/comparison/greater.hpp
@@ -15,7 +15,7 @@
#include
Uses
diff --git a/include/boost/preprocessor/comparison/greater_equal.hpp b/include/boost/preprocessor/comparison/greater_equal.hpp
index 9b4bc77..3ae8fe4 100644
--- a/include/boost/preprocessor/comparison/greater_equal.hpp
+++ b/include/boost/preprocessor/comparison/greater_equal.hpp
@@ -15,7 +15,7 @@
#include
Uses
diff --git a/include/boost/preprocessor/comparison/less.hpp b/include/boost/preprocessor/comparison/less.hpp
index 43f6c7e..7606ed5 100644
--- a/include/boost/preprocessor/comparison/less.hpp
+++ b/include/boost/preprocessor/comparison/less.hpp
@@ -17,7 +17,7 @@
#include
Uses
diff --git a/include/boost/preprocessor/comparison/less_equal.hpp b/include/boost/preprocessor/comparison/less_equal.hpp
index 0b48322..e248e88 100644
--- a/include/boost/preprocessor/comparison/less_equal.hpp
+++ b/include/boost/preprocessor/comparison/less_equal.hpp
@@ -16,7 +16,7 @@
#include
Uses