mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
10 lines
470 B
C++
10 lines
470 B
C++
/*=============================================================================
|
|
Copyright (c) 2024 Nana Sakisaka
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================*/
|
|
#define BOOST_SPIRIT_X3_THROW_EXPECTATION_FAILURE 0
|
|
#define TEST_MAIN_FUNC main_expect_nothrow
|
|
#include "expect.ipp"
|