Remove a 'const' from the synopsis. NFC
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 23 Oct 2018 02:31:11 +0000 (02:31 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 23 Oct 2018 02:31:11 +0000 (02:31 +0000)
llvm-svn: 344997

libcxx/test/std/re/re.results/re.results.const/move.pass.cpp

index cd6fabc..3557892 100644 (file)
@@ -11,7 +11,7 @@
 
 // class match_results<BidirectionalIterator, Allocator>
 
-// match_results(const match_results&& m) noexcept;
+// match_results(match_results&& m) noexcept;
 
 #include <regex>
 #include <cassert>