aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc')
-rw-r--r--libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc b/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
index b8c22d03a17..5ff4c771a6c 100644
--- a/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
+++ b/libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
@@ -20,7 +20,8 @@
// { dg-require-effective-target cxx11_abi }
#include <regex>
-#include <memory_resource>
+
+std::pmr::match_results<const char*> m;
struct X;
static_assert(std::is_same_v<std::pmr::match_results<X*>,