[libcxx-commits] [PATCH] D127033: [libc++] Define ostream nullptr inserter for >= C++17 only
Stephan T. Lavavej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 7 13:28:52 PDT 2022
STL_MSFT added a comment.
Yep, the Google Test impact was indeed why MSVC's STL had to guard this for C++17 mode (as our default and oldest mode is C++14).
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