mirror of
https://github.com/boostorg/contract.git
synced 2026-02-26 16:42:19 +00:00
renamed aux to detail
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
// Test public static member function contract compilation on/off.
|
||||
|
||||
#include "../aux_/oteststream.hpp"
|
||||
#include "../detail/oteststream.hpp"
|
||||
#include <boost/contract/core/config.hpp>
|
||||
#ifndef BOOST_CONTRACT_NO_PUBLIC_FUNCTIONS
|
||||
#include <boost/contract/public_function.hpp>
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <sstream>
|
||||
|
||||
boost::contract::test::aux::oteststream out;
|
||||
boost::contract::test::detail::oteststream out;
|
||||
|
||||
struct a {
|
||||
#ifndef BOOST_CONTRACT_NO_INVARIANTS
|
||||
|
||||
Reference in New Issue
Block a user