[libcxx-commits] [PATCH] D59999: Allow the compiler to optimize `string == "literal string"`.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 8 06:46:54 PDT 2019


mclow.lists added a comment.

I'm not happy with this. In particular, it does NOT call through the character traits, which it is required to do by the standard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59999





More information about the libcxx-commits mailing list