add BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE

[SVN r13721]
This commit is contained in:
Beman Dawes
2002-05-07 15:15:30 +00:00
parent 5efbcbea28
commit d9d6a970cf

View File

@ -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