mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +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_CONFIG_PRECONDITIONS_DISABLE_NOTHING
|
|
#include "lib_a.hpp"
|
|
#include "lib_a_inlined.hpp"
|
|
#include "lib_b.hpp"
|
|
#include "lib_b_inlined.hpp"
|
|
#include "libs.hpp"
|
|
|