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 88f7743 commit ae3a7b5Copy full SHA for ae3a7b5
libcxx/include/__tree
@@ -569,7 +569,7 @@ public:
569
_LIBCPP_HIDE_FROM_ABI __node_value_type& __get_value() { return __value_; }
570
571
template <class _Alloc, class... _Args>
572
- _LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node(_Alloc& __na, _Args&&... __args) {
+ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node(_Alloc& __na, _Args&&... __args) {
573
allocator_traits<_Alloc>::construct(__na, std::addressof(__value_), std::forward<_Args>(__args)...);
574
}
575
~__tree_node() = delete;
0 commit comments