[libcxx-commits] [libcxx] [libcxx] Allow string to use SSO in constant evaluation. (PR #66576)

James Y Knight via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 18 06:19:54 PDT 2023


================
@@ -1748,24 +1750,11 @@ private:
 
     _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __default_init() {
         __r_.first() = __rep();
----------------
jyknight wrote:

Done.

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


More information about the libcxx-commits mailing list