mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 17:02:15 +00:00
6 lines
137 B
C++
6 lines
137 B
C++
|
|
// Test error when a::f marked override does not override any function.
|
|
#define BOOST_CONTRACT_CONFIG_PERMISSIVE
|
|
#include "override.i"
|
|
|