mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
7 lines
131 B
C++
7 lines
131 B
C++
|
|
// Test no error if permissive even if invariant() not declared const.
|
|
|
|
#define BOOST_CONTRACT_PERMISSIVE
|
|
#include "mutable.hpp"
|
|
|