[libcxx-commits] [PATCH] D67086: Implement std::basic_syncbuf (p0053)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 2 13:58:49 PDT 2019
zoecarver created this revision.
zoecarver added reviewers: mclow.lists, EricWF, ldionne.
Herald added subscribers: libcxx-commits, dexonsmith, christof.
Herald added a project: libc++.
This patch implements `std::basic_syncbuf` as specified in paper p0053r7. For ease of reviewing I am submitting this patch before submitting a patch for `std::basic_osyncstream`.
Please note, this patch is not 100% complete. I plan on adding more tests (see comments), specifically I plan on adding tests for multithreading and synchronization.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67086
Files:
libcxx/include/syncstream
libcxx/test/std/input.output/sncstream/syncbuf/assign.pass.cpp
libcxx/test/std/input.output/sncstream/syncbuf/cons.pass.cpp
libcxx/test/std/input.output/sncstream/syncbuf/members.pass.cpp
libcxx/test/std/input.output/sncstream/syncbuf/special.pass.cpp
libcxx/test/std/input.output/sncstream/syncbuf/virtuals.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67086.218391.patch
Type: text/x-patch
Size: 18609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190902/8699b479/attachment-0001.bin>
More information about the libcxx-commits
mailing list