Files
contract/test/disable/checking_pre_disable_nothing.cpp
2016-01-24 09:19:30 -08:00

7 lines
162 B
C++

// Test other contract checking but pre disabled within contract checking.
#define BOOST_CONTRACT_CONFIG_PRECONDITIONS_DISABLE_NOTHING
#include "checking.hpp"