From bdafb0701200cf0bcc100fde36b8b30e2a94e48c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 1 Jul 2008 09:58:27 +0000 Subject: [PATCH] Replace a couple of non-ascii symbols. [SVN r46943] --- test/common_factor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common_factor_test.cpp b/test/common_factor_test.cpp index baeef15..04897da 100644 --- a/test/common_factor_test.cpp +++ b/test/common_factor_test.cpp @@ -8,7 +8,7 @@ // See http://www.boost.org for most recent version including documentation. // Revision History -// 01 Dec 2006 Various fixes for old compilers (Joaquín M Lopez Munoz) +// 01 Dec 2006 Various fixes for old compilers (Joaquin M Lopez Munoz) // 10 Nov 2006 Make long long and __int64 mutually exclusive (Daryle Walker) // 04 Nov 2006 Use more built-in numeric types, binary-GCD (Daryle Walker) // 03 Nov 2006 Use custom numeric types (Daryle Walker)