Skip to content

Commit 96a1ec1

Browse files
cf
1 parent 5443a8f commit 96a1ec1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxx/include/__tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ public:
575575
// libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
576576
//
577577
/*
578-
libcxx/test-suite-install/include/c++/v1/__tree:114:33: error: ‘‘result_decl’ not supported by dump_expr<expression error>’ is not a constant expression
578+
libcxx/test-suite-install/include/c++/v1/__tree:114:33: error: ‘‘result_decl’ not supported by dump_expr<expression
579+
error>’ is not a constant expression
579580
580581
# | 114 | return __x == __x->__parent_->__left_;
581582
@@ -623,7 +624,7 @@ public:
623624
note: non-literal type 'std::__tree_node<std::__value_type<int, int>, void *>' cannot be used in a constant expression
624625
*/
625626
#if _LIBCPP_CONSTEXPR_SINCE_CXX26
626-
~__tree_node(){}
627+
~__tree_node() {}
627628
#else
628629
~__tree_node() = delete;
629630
#endif

0 commit comments

Comments
 (0)