diff options
Diffstat (limited to 'libcxx/include/string')
| -rw-r--r-- | libcxx/include/string | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/string b/libcxx/include/string index 363f27a51648..fbed735829f7 100644 --- a/libcxx/include/string +++ b/libcxx/include/string @@ -825,7 +825,7 @@ private: # ifdef _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT - struct __long { + struct _LIBCPP_PFP __long { __long() = default; _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __long(__alloc_result __alloc, size_type __size) @@ -879,7 +879,7 @@ private: // previous definition that did not use bit fields. This is because on // some platforms bit fields have a default size rather than the actual // size used, e.g., it is 4 bytes on AIX. See D128285 for details. - struct __long { + struct _LIBCPP_PFP __long { __long() = default; _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 __long(__alloc_result __alloc, size_type __size) |
