[libcxx-commits] [PATCH] D67086: Implement syncstream (p0053)
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 3 10:12:15 PDT 2023
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
I suggest we ship this but guard it under `-fexperimental-library` since we know there are some things we want to improve. That way there's no risk of shipping it before we're confident about our implementation choices.
================
Comment at: libcxx/include/syncstream:2
+// -*- C++ -*-
+//===--------------------------- sstream ----------------------------------===//
+//
----------------
================
Comment at: libcxx/include/syncstream:472
+ // [ostream.unformatted]
+ // TODO validate other unformatte output functions.
+ typename basic_ostream<char_type, traits_type>::sentry __s(*this);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67086/new/
https://reviews.llvm.org/D67086
More information about the libcxx-commits
mailing list