Files
contract/test/disable/pre_disable_no_assertion_prog.cpp
2017-09-04 17:43:14 -07:00

12 lines
433 B
C++

// Copyright (C) 2008-2017 Lorenzo Caminiti
// Distributed under the Boost Software License, Version 1.0 (see accompanying
// file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).
// See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html
// Test pre disable no assertion (in programs, but same for libraries).
#define BOOST_CONTRACT_PRECONDITIONS_DISABLE_NO_ASSERTION
#include "prog.hpp"