[PATCH] D41064: Suppress -Wuser-defined-literals for <string> and <string_view>

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 11 05:03:54 PST 2017


aaron.ballman added a comment.

I think that it would be more appropriate to fix this in Clang rather than libc++. For instance, we don't want libstdc++ to have to silence our same diagnostic here.


Repository:
  rCXX libc++

https://reviews.llvm.org/D41064





More information about the cfe-commits mailing list