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,13 +1,13 @@
|
||||
|
||||
// Test only post specified (for free func, but same for all contracts).
|
||||
|
||||
#include "../aux_/oteststream.hpp"
|
||||
#include "../detail/oteststream.hpp"
|
||||
#include <boost/contract/function.hpp>
|
||||
#include <boost/contract/guard.hpp>
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <sstream>
|
||||
|
||||
boost::contract::test::aux::oteststream out;
|
||||
boost::contract::test::detail::oteststream out;
|
||||
|
||||
void f() {
|
||||
boost::contract::guard c = boost::contract::function()
|
||||
|
||||
Reference in New Issue
Block a user