[libcxx] r344997 - Remove a 'const' from the synopsis. NFC
Marshall Clow
mclow.lists at gmail.com
Mon Oct 22 19:31:11 PDT 2018
Author: marshall
Date: Mon Oct 22 19:31:11 2018
New Revision: 344997
URL: http://llvm.org/viewvc/llvm-project?rev=344997&view=rev
Log:
Remove a 'const' from the synopsis. NFC
Modified:
libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp
Modified: libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp?rev=344997&r1=344996&r2=344997&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp Mon Oct 22 19:31:11 2018
@@ -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>
More information about the libcxx-commits
mailing list