mirror of
https://github.com/boostorg/contract.git
synced 2026-02-26 16:42:19 +00:00
11 lines
258 B
C++
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"
|
|
|