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 5c84f1f commit 839c373Copy full SHA for 839c373
libcxx/include/__tree
@@ -618,15 +618,7 @@ public:
618
allocator_traits<_Alloc>::construct(__na, std::addressof(__get_value()), std::forward<_Args>(__args)...);
619
}
620
621
-// TODO: workaround for arm CI which uses clang-19.1.4
622
-/*
623
-note: non-literal type 'std::__tree_node<std::__value_type<int, int>, void *>' cannot be used in a constant expression
624
-*/
625
-#if _LIBCPP_STD_VER >= 26
626
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 ~__tree_node() {}
627
-#else
628
~__tree_node() = delete;
629
-#endif
630
__tree_node(__tree_node const&) = delete;
631
__tree_node& operator=(__tree_node const&) = delete;
632
};
0 commit comments