[PATCH] D94769: [Support] Format provider improvements

Vladislav Vinogradov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 00:48:45 PST 2021


vinograd47 added a comment.

@sammccall Could we have some agreement? As I mentioned in the last comment, even while `has_StreamOperator` checks for const correct version of `operator <<` with streams, `formatv` implementation can call non-const version if it is available due to perfect forwarding.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94769



More information about the llvm-commits mailing list