mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 21:34:28 +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 ***********"
|
<< "********** errors detected; see stdout for details ***********"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
#if !defined(BOOST_NO_CPP_MAIN_SUCCESS_MESSAGE)
|
||||||
else { out << std::flush << "no errors detected" << std::endl; }
|
else { out << std::flush << "no errors detected" << std::endl; }
|
||||||
|
#endif
|
||||||
return result;
|
return result;
|
||||||
} // catch_exceptions
|
} // catch_exceptions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user