mirror of
https://github.com/boostorg/contract.git
synced 2026-02-02 20:52:18 +00:00
replaced boost_contract_link with boost link and boost_contract_header_only. renamed documetation target from doc to boostdoc (boost convention). using BOOST_ASERT instead of c-style assert (boost guideline).
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// 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
|
||||
|
||||
#include <boost/contract/core/config.hpp>
|
||||
#ifndef BOOST_CONTRACT_HEADER_ONLY // This is not an #include guard.
|
||||
// For shared (default) and static lib only.
|
||||
#define BOOST_CONTRACT_DETAIL_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user