[libcxx-commits] [PATCH] D113482: [libc++] Implement P1147R1 (Printing volatile T*)

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 9 10:15:19 PST 2021


ldionne commandeered this revision.
ldionne edited reviewers, added: philnik; removed: ldionne.
ldionne added a comment.

Commandeering to update.



================
Comment at: libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.volatile.pass.cpp:11
+
+// UNSUPPORTED: c++03, c++11, c++17, c++20
+
----------------
This is also missing `c++14` from the list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113482



More information about the libcxx-commits mailing list