Skip to content

Commit 8b55159

Browse files
hsutterzaucy
authored andcommitted
Use __cpp_lib_modules (not __cpp_modules), closes hsutter#800
1 parent f5ddad1 commit 8b55159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#if defined(CPP2_IMPORT_STD) || defined(CPP2_INCLUDE_STD)
3232

3333
// If C++23 'import std;' was requested and is available, use that
34-
#if defined(CPP2_IMPORT_STD) && defined(__cpp_modules)
34+
#if defined(CPP2_IMPORT_STD) && defined(__cpp_lib_modules)
3535

3636
#ifndef _MSC_VER
3737
// This is the ideal -- note that we just voted "import std;"

0 commit comments

Comments
 (0)