mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 12:57:14 +02:00
add BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE
[SVN r13721]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user