$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] #define BOOST_ASSERT_MSG_OSTREAM std::cout - message is not displayed
From: asif saeed (asif.lse2_at_[hidden])
Date: 2011-08-03 05:27:30
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