renamed aux to detail

This commit is contained in:
Lorenzo Caminiti
2016-03-01 10:00:31 -08:00
parent e7a8c6a502
commit 9754d1cf05
109 changed files with 882 additions and 833 deletions

View File

@@ -1,14 +1,14 @@
// Test throw form constructor body (in middle branch of inheritance tree).
#include "../aux_/oteststream.hpp"
#include "../detail/oteststream.hpp"
#include <boost/contract/constructor.hpp>
#include <boost/contract/base_types.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;
struct c
#define BASES private boost::contract::constructor_precondition<c>