Skip to content

Commit 1d9a7e9

Browse files
mistake
1 parent d2a453a commit 1d9a7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ private:
13341334
#ifdef _LIBCPP_COMPILER_CLANG_BASED // FIXME: GCC complains about not being able to always_inline a recursive function
13351335
_LIBCPP_HIDE_FROM_ABI
13361336
#endif
1337-
__node_pointer
1337+
_LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer
13381338
__copy_construct_tree(__node_pointer __src) {
13391339
if (!__src)
13401340
return nullptr;

0 commit comments

Comments
 (0)