mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
renamed aux to detail
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// Test throw from destructor .old() (in middle branch of inheritance tree).
|
||||
|
||||
#include "../aux_/oteststream.hpp"
|
||||
#include "../detail/oteststream.hpp"
|
||||
#include <boost/contract/destructor.hpp>
|
||||
#include <boost/contract/base_types.hpp>
|
||||
#include <boost/contract/guard.hpp>
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <sstream>
|
||||
|
||||
boost::contract::test::aux::oteststream out;
|
||||
boost::contract::test::detail::oteststream out;
|
||||
|
||||
struct c {
|
||||
static void static_invariant() { out << "c::static_inv" << std::endl; }
|
||||
|
||||
Reference in New Issue
Block a user