Subject: [Boost-bugs] [Boost C++ Libraries] #13435: BOOST_TEST_GLOBAL_CONFIGURATION
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-02-01 20:58:19
#13435: BOOST_TEST_GLOBAL_CONFIGURATION
------------------------------+-------------------------------
Reporter: gast128@⦠| Owner: Gennadiy Rozental
Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.65.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------------
BOOST_TEST_GLOBAL_CONFIGURATION should be used to inject special loggers.
However I see that the destructor of such class is run before the report
is generated:
{{{#!cpp
framework::run(); //destructor is called
results_reporter::make_report(); // report with 'ostr << "*** No errors
detected\n";'
}}}
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13435> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2018-02-01 21:04:10 UTC