Skip to content

Commit 17f8361

Browse files
empty.pass.cpp
1 parent 1549261 commit 17f8361

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
@@ -1804,7 +1804,7 @@ __tree<_Tp, _Compare, _Allocator>::__emplace_unique_key_args(_Key const& __k, _A
18041804
bool __inserted = false;
18051805
if (__child == nullptr) {
18061806
__node_holder __h = __construct_node(std::forward<_Args>(__args)...);
1807-
__insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
1807+
__insert_node_at(__parent, __child, std::__static_fancy_pointer_cast<__node_base_pointer>(__h.get()));
18081808
__r = __h.release();
18091809
__inserted = true;
18101810
}

0 commit comments

Comments
 (0)