[libcxx-commits] [libcxx] [libc++] Drop support for the C++20 Synchronization Library before C++20 (PR #82008)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 16 08:35:40 PST 2024
================
@@ -306,4 +306,4 @@ _LIBCPP_POP_MACROS
# include <variant>
#endif
-#endif //_LIBCPP_BARRIER
+#endif // !_LIBCPP_BARRIER
----------------
philnik777 wrote:
```suggestion
#endif // _LIBCPP_BARRIER
```
https://github.com/llvm/llvm-project/pull/82008
More information about the libcxx-commits
mailing list