[libcxx-commits] [PATCH] D92790: [libc++][P0053R7] Add <syncstream> header and implement std::basic_syncbuf

Alex Brachet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 17:18:46 PST 2020


abrachet updated this revision to Diff 310725.
abrachet added a comment.

Add `_LIBCPP_VERSION` test


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

https://reviews.llvm.org/D92790

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/syncstream
  libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/input.output/stream.buffers/streambuf/version.pass.cpp
  libcxx/test/libcxx/input.output/stream.buffers/syncbuf/version.pass.cpp
  libcxx/test/libcxx/input.output/stream.buffers/version.pass.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.assign/member_swap.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.assign/move_assign.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.assign/nonmember_swap.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.cons/allocator.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.cons/copy.fail.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.cons/default.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.cons/wrapped.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.members/emit.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.members/emit_mt.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.members/set_emit_on_sync.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/syncbuf.members/sputn.pass.cpp
  libcxx/test/std/input.output/stream.buffers/syncbuf/types.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92790.310725.patch
Type: text/x-patch
Size: 33170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201210/b2a72599/attachment-0001.bin>


More information about the libcxx-commits mailing list