Skip to content

Commit ae3a7b5

Browse files
hide from abi
1 parent 88f7743 commit ae3a7b5

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
@@ -569,7 +569,7 @@ public:
569569
_LIBCPP_HIDE_FROM_ABI __node_value_type& __get_value() { return __value_; }
570570

571571
template <class _Alloc, class... _Args>
572-
_LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node(_Alloc& __na, _Args&&... __args) {
572+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node(_Alloc& __na, _Args&&... __args) {
573573
allocator_traits<_Alloc>::construct(__na, std::addressof(__value_), std::forward<_Args>(__args)...);
574574
}
575575
~__tree_node() = delete;

0 commit comments

Comments
 (0)