Skip to content

Commit 839c373

Browse files
Remove extra arm CI hack
1 parent 5c84f1f commit 839c373

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libcxx/include/__tree

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -618,15 +618,7 @@ public:
618618
allocator_traits<_Alloc>::construct(__na, std::addressof(__get_value()), std::forward<_Args>(__args)...);
619619
}
620620

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
628621
~__tree_node() = delete;
629-
#endif
630622
__tree_node(__tree_node const&) = delete;
631623
__tree_node& operator=(__tree_node const&) = delete;
632624
};

0 commit comments

Comments
 (0)