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.
__cpp_lib_modules
__cpp_modules
1 parent f5ddad1 commit 8b55159Copy full SHA for 8b55159
include/cpp2util.h
@@ -31,7 +31,7 @@
31
#if defined(CPP2_IMPORT_STD) || defined(CPP2_INCLUDE_STD)
32
33
// If C++23 'import std;' was requested and is available, use that
34
- #if defined(CPP2_IMPORT_STD) && defined(__cpp_modules)
+ #if defined(CPP2_IMPORT_STD) && defined(__cpp_lib_modules)
35
36
#ifndef _MSC_VER
37
// This is the ideal -- note that we just voted "import std;"
0 commit comments