[libcxx-commits] [libcxx] [libcxx] Allow string to use SSO in constant evaluation. (PR #66576)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 17 21:20:52 PDT 2023
================
@@ -1748,24 +1750,11 @@ private:
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __default_init() {
__r_.first() = __rep();
----------------
philnik777 wrote:
I think we can just inline this now. No need to keep the function for this.
https://github.com/llvm/llvm-project/pull/66576
More information about the libcxx-commits
mailing list