[libcxx-commits] [PATCH] D156609: [libc++][print] Adds ostream overloads.

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 13 14:18:31 PDT 2023


Zingam added inline comments.


================
Comment at: libcxx/modules/std/ostream.inc:31-35
   using std::print;
   using std::println;
 
   using std::vprint_nonunicode;
   using std::vprint_unicode;
----------------
I just skimmed over this patch out of curiosity. Shouldn't these be guarded against C++23 like in print.inc?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156609



More information about the libcxx-commits mailing list