martinmoene / span-lite

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
494 stars 40 forks source link

Throw fail_fast exception when contract-violation-throws is selected #10

Closed martinmoene closed 6 years ago

martinmoene commented 6 years ago

nonstd::span_lite::details::fail_fast(...) is missing from span_CONFIG_CONTRACT_CHECK(...).