From e4f456d438e5ca7ec653015c9047188a5070527b Mon Sep 17 00:00:00 2001 From: morinmorin Date: Thu, 20 Aug 2015 20:36:19 +0900 Subject: [PATCH] Fix credit in ticket 5014 testcase --- test/adaptor_test/strided.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/adaptor_test/strided.cpp b/test/adaptor_test/strided.cpp index 6c8475d..46c16fa 100644 --- a/test/adaptor_test/strided.cpp +++ b/test/adaptor_test/strided.cpp @@ -9,7 +9,7 @@ // For more information, see http://www.boost.org/libs/range/ // // The strided_defect_Trac5014 test case is a modified version of a test case -// contributed by Michel Morin as part of the trac ticket. +// contributed by Maxim Yanchenko as part of the trac ticket. // // The deque test case has been removed due to erroneous standard library // implementations causing test failures.