[llvm] [clang] [lld] [libcxx] [flang] [libc++][streams] P1759R6: Native handles and file streams (PR #76632)
    Mark de Wever via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan  2 09:11:50 PST 2024
    
    
  
================
@@ -210,6 +217,12 @@ _LIBCPP_PUSH_MACROS
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
+#  if _LIBCPP_STD_VER >= 26
+#    if defined(_LIBCPP_WIN32API)
----------------
mordante wrote:
```suggestion
#  if _LIBCPP_STD_VER >= 26 && defined(_LIBCPP_WIN32API)
```
https://github.com/llvm/llvm-project/pull/76632
    
    
More information about the llvm-commits
mailing list