Skip to content

Commit 397a76d

Browse files
committed
Try nested.
1 parent 74feb05 commit 397a76d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/extra_nested_exceptions.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
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>
99
int 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

src/test/rule_try_catch_raise_nested.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
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>
99
int 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

0 commit comments

Comments
 (0)