Suggested typo-revealing patch from Giovanni Bajo <giovannibajo-at-libero.it>

[SVN r18414]
This commit is contained in:
Dave Abrahams
2003-05-15 23:08:21 +00:00
parent 2ccdf98ed8
commit 92d31fd7e6

View File

@ -62,7 +62,7 @@
# define BOOST_OPEN_PAREN (
# define BOOST_TESTED_AT(value) > value) ?(-1): BOOST_OPEN_PAREN 1
# else
# define BOOST_TESTED_AT(value) != 0
# define BOOST_TESTED_AT(value) != ((value)-(value))
# endif
# else