Files
contract/test/invariant/mutable_error.cpp
2016-03-06 08:56:42 -08:00

7 lines
119 B
C++

// Test compiler error when invariant() not declared const.
#undef BOOST_CONTRACT_PERMISSIVE
#include "mutable.hpp"