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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 5 04:43:10 PDT 2022


Mordante added 1 blocking reviewer(s): ldionne.
Mordante added a comment.

I see both MSVC STL and libstdc++ have taken the approach to only accept this overload in C++17 and later.
However our general policy is to retro-actively apply LWG issues to older versions of the Standard.
@ldionne what's your opinion?


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