[libcxx-commits] [PATCH] D137640: [libc++] Implement P2467R1: Support exclusive mode for fstreams

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 18 15:15:19 PDT 2023


ldionne updated this revision to Diff 556977.
ldionne retitled this revision from "[libcxx] Implement P2467R1: Support exclusive mode for fstreams" to "[libc++] Implement P2467R1: Support exclusive mode for fstreams".
ldionne edited the summary of this revision.
ldionne added a comment.

Rebase, fix tests. In particular, this patch requires building the dylib with C++23.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137640/new/

https://reviews.llvm.org/D137640

Files:
  libcxx/CMakeLists.txt
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes/18.rst
  libcxx/docs/Status/Cxx23Papers.csv
  libcxx/include/fstream
  libcxx/include/ios
  libcxx/include/version
  libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_pointer.pass.cpp
  libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp
  libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp
  libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp
  libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_pointer.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/ios.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137640.556977.patch
Type: text/x-patch
Size: 24114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230918/49de8571/attachment-0001.bin>


More information about the libcxx-commits mailing list