Skip to content

Commit ee84f1a

Browse files
chapunicopybara-github
authored andcommitted
Revert "[Clang] Implement resolution for CWG1835 (#92957)"
ppc64le-lld-multistage-test has been failing. This reverts commit 7bfb98c34687d9784f36937c3ff3e735698b498a. NOKEYCHECK=True GitOrigin-RevId: d3923354a4c96f20c09b3991afb8c30804ed7a21
1 parent 2ecb85f commit ee84f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/regex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4214,7 +4214,7 @@ public:
42144214
_LIBCPP_HIDE_FROM_ABI int compare(const value_type* __s) const { return str().compare(__s); }
42154215

42164216
_LIBCPP_HIDE_FROM_ABI void swap(sub_match& __s) _NOEXCEPT_(__is_nothrow_swappable_v<_BidirectionalIterator>) {
4217-
this->template pair<_BidirectionalIterator, _BidirectionalIterator>::swap(__s);
4217+
this->pair<_BidirectionalIterator, _BidirectionalIterator>::swap(__s);
42184218
std::swap(matched, __s.matched);
42194219
}
42204220
};

0 commit comments

Comments
 (0)