[libcxx-commits] [libcxx] Suppress a redundant hardening check in basic_string_view::substr (PR #91804)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 16 10:04:47 PDT 2024


https://github.com/mordante requested changes to this pull request.

Did you benchmark the difference in performance?

IMO adding additional private constructors to avoid hardening tests feels like the wrong direction since it adds complexity to the code.

https://github.com/llvm/llvm-project/pull/91804


More information about the libcxx-commits mailing list