[libcxx-commits] [PATCH] D127033: [libc++] Define ostream nullptr inserter for >= C++17 only

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 19 07:03:29 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM w/ comments applied.

Thanks a lot @jwakely for the additional information.



================
Comment at: libcxx/include/ostream:225
 
+#if _LIBCPP_STD_VER > 14
     _LIBCPP_INLINE_VISIBILITY
----------------
Mordante wrote:
> Please add comment this is LWG 2221 and add a rationale why this isn't backported, a link to this review suffices.
+1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127033



More information about the libcxx-commits mailing list