File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44
55#include < tao/pegtl/system.hpp>
66
7- #if !defined( __cpp_exceptions ) || !defined( __cpp_rtti ) || defined( TAO_PEGTL_SYSTEM_WINDOWS )
7+ #if !defined( __cpp_exceptions ) || !defined( __cpp_rtti )
88#include < iostream>
99int main ()
1010{
11- // TODO: Find out why nested exceptions segfault on Windows.
1211 std::cout << " Exception and/or RTTI support disabled and/or compiling on Windows, skipping test..." << std::endl;
1312}
1413#else
Original file line number Diff line number Diff line change 44
55#include < tao/pegtl/system.hpp>
66
7- #if !defined( __cpp_exceptions ) || !defined( __cpp_rtti ) || defined( TAO_PEGTL_SYSTEM_WINDOWS )
7+ #if !defined( __cpp_exceptions ) || !defined( __cpp_rtti )
88#include < iostream>
99int main ()
1010{
11- // TODO: Find out why nested exceptions segfault on Windows.
1211 std::cout << " Exception and/or RTTI support disabled and/or compiling on Windows, skipping test..." << std::endl;
1312}
1413#else
You can’t perform that action at this time.
0 commit comments