Opened 9 years ago

Closed 8 years ago

#9543 closed Patches (invalid)

Add BOOST_NO_IOSTREAM support to BOOST_ASSERT_MSG()

Reported by: Kazutoshi SATODA <k_satoda@…> Owned by: Peter Dimov
Milestone: To Be Determined Component: utility
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

https://github.com/boostorg/utility/pull/3

Add BOOST_NO_IOSTREAM support to BOOST_ASSERT_MSG()

And introduce BOOST_ASSERT_MSG_FILE to configure the output stream like BOOST_ASSERT_MSG_OSTREAM.

Use of iostream can be an obstacle to use libraries which uses BOOST_ASSERT_MSG() on some poor (about hardware, compiler, etc) environments.

Change History (3)

comment:1 by Peter Dimov, 9 years ago

Owner: changed from No-Maintainer to Peter Dimov

comment:2 by Kazutoshi SATODA <k_satoda@…>, 8 years ago

https://github.com/boostorg/utility/pull/3#issuecomment-53617087

Closed, as I confirmed that new assert module (which has been released in Boost 1.56.0) doesn't use iostreams any more. Thanks.

... but I don't have privilege to close this trac ticket. Please close.

comment:3 by Marshall Clow, 8 years ago

Resolution: invalid
Status: newclosed

Bug report invalidated by change in assert module. Closing.

Note: See TracTickets for help on using tickets.