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 9c47574 commit 8b1278eCopy full SHA for 8b1278e
libcxx/include/__tree
@@ -608,7 +608,7 @@ public:
608
#endif
609
610
template <class _Alloc, class... _Args>
611
- explicit __tree_node(_Alloc& __na, _Args&&... __args) {
+ _LIBCPP_HIDE_FROM_ABI explicit __tree_node(_Alloc& __na, _Args&&... __args) {
612
#ifndef _LIBCPP_CXX03_LANG
613
allocator_traits<_Alloc>::construct(__na, std::addressof(__value_), std::forward<_Args>(__args)...);
614
#else
0 commit comments