From d9d6a970cfd4d6003e95c889e315184bc93c6490 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 7 May 2002 15:15:30 +0000 Subject: [PATCH] add BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE [SVN r13721] --- include/boost/detail/catch_exceptions.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/catch_exceptions.hpp b/include/boost/detail/catch_exceptions.hpp index 8597113..3fb2fde 100644 --- a/include/boost/detail/catch_exceptions.hpp +++ b/include/boost/detail/catch_exceptions.hpp @@ -135,8 +135,9 @@ namespace boost << "********** errors detected; see stdout for details ***********" << std::endl; } +#if !defined(BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE) else { out << std::flush << "no errors detected" << std::endl; } - +#endif return result; } // catch_exceptions