Skip to content

Commit 8b1278e

Browse files
hide from abi
1 parent 9c47574 commit 8b1278e

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
@@ -608,7 +608,7 @@ public:
608608
#endif
609609

610610
template <class _Alloc, class... _Args>
611-
explicit __tree_node(_Alloc& __na, _Args&&... __args) {
611+
_LIBCPP_HIDE_FROM_ABI explicit __tree_node(_Alloc& __na, _Args&&... __args) {
612612
#ifndef _LIBCPP_CXX03_LANG
613613
allocator_traits<_Alloc>::construct(__na, std::addressof(__value_), std::forward<_Args>(__args)...);
614614
#else

0 commit comments

Comments
 (0)