From 0de7568f828c9452ffec7cab5cd748f699f51cce Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sat, 5 Nov 2022 21:26:24 +0700 Subject: [PATCH] Change an error message in `<__msvc_cxx_stdatomic.hpp>` Co-authored-by: A. Jiang --- stl/inc/__msvc_cxx_stdatomic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/inc/__msvc_cxx_stdatomic.hpp b/stl/inc/__msvc_cxx_stdatomic.hpp index ab3396f637..f4c7749229 100644 --- a/stl/inc/__msvc_cxx_stdatomic.hpp +++ b/stl/inc/__msvc_cxx_stdatomic.hpp @@ -12,7 +12,7 @@ // provide a specific error message for C compilers, before the general error message in yvals_core.h #ifndef __cplusplus -#error is not yet supported when compiling as C, but this is planned for a future release. +#error <__msvc_cxx_stdatomic.hpp> is an internal header. It is incompatible with C and should not be directly included. #endif // __cplusplus #include