Hi,

After I have #defined BOOST_ASSERT_MSG_OSTREAM std::cout, using BOOST_ASSERT_MSG with a customized message does not display the message and, instead, I get the following message from Visual C++ 2010 Express:

                                                    R6010 Abort() has been called

What can I do to display the customized message?

Best, Asif