We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a453a commit 1d9a7e9Copy full SHA for 1d9a7e9
libcxx/include/__tree
@@ -1334,7 +1334,7 @@ private:
1334
#ifdef _LIBCPP_COMPILER_CLANG_BASED // FIXME: GCC complains about not being able to always_inline a recursive function
1335
_LIBCPP_HIDE_FROM_ABI
1336
#endif
1337
- __node_pointer
+ _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer
1338
__copy_construct_tree(__node_pointer __src) {
1339
if (!__src)
1340
return nullptr;
0 commit comments