We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959500 commit 77ba5faCopy full SHA for 77ba5fa
tests/lexy/input/buffer.cpp
@@ -7,7 +7,7 @@
7
#include <lexy/input/argv_input.hpp>
8
#include <lexy/input/string_input.hpp>
9
10
-#if defined(__has_include) && __has_include(<memory_resource>)
+#if defined(__has_include) && __has_include(<memory_resource>) && !defined(_LIBCPP_VERSION)
11
# include <memory_resource>
12
# define LEXY_HAS_RESOURCE 1
13
#else
tests/lexy/input/file.cpp
#include <cstdio>
#include <doctest/doctest.h>
0 commit comments