Files
contract/test/disable/prog_pre_disable_nothing.cpp
2016-06-04 09:41:03 -07:00

11 lines
258 B
C++

// Test other contract checking but pre disabled within contract checking.
#define BOOST_CONTRACT_PRECONDITIONS_DISABLE_NO_ASSERTION
#include "lib_a.hpp"
#include "lib_a_inlined.hpp"
#include "lib_b.hpp"
#include "lib_b_inlined.hpp"
#include "lib_ab.hpp"