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 63a4133 commit 7b18571Copy full SHA for 7b18571
libcxx/include/forward_list
@@ -554,7 +554,6 @@ protected:
554
return __guard.__release_ptr();
555
}
556
557
- template <class... _Args>
558
_LIBCPP_HIDE_FROM_ABI void __delete_node(__node_pointer __node) {
559
// For the same reason as above, we use the allocator's destroy() method for the value_type,
560
// but not for the node itself.
libcxx/include/list
@@ -567,7 +567,6 @@ protected:
567
568
569
570
571
572
573
0 commit comments