From 19ffdaaad48edbaf3eab01836a5d22f6ed453eb5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 5 May 2006 21:48:40 +0000 Subject: [PATCH] Fix copy & paste error [SVN r33943] --- doc/src/refmanual/ASSERT_MSG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/refmanual/ASSERT_MSG.rst b/doc/src/refmanual/ASSERT_MSG.rst index 2728ad0..4ec74cf 100644 --- a/doc/src/refmanual/ASSERT_MSG.rst +++ b/doc/src/refmanual/ASSERT_MSG.rst @@ -62,7 +62,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``: ``t1``, ``t2``,... ``tn`` are non-``void``. :Semantics: - Generates a compilation error if ``expr::value != true``, otherwise + Generates a compilation error if ``expr != true``, otherwise has no effect. When possible within the compiler's diagnostic capabilities, @@ -85,7 +85,7 @@ arbitrary types ``t1``, ``t2``,... ``tn``: None. :Semantics: - Generates a compilation error if ``expr::value != true``, otherwise + Generates a compilation error if ``expr != true``, otherwise has no effect. When possible within the compiler's diagnostics capabilities,