From fe60fee95b128014178ff5055570c03c8c91eaef Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 29 Jun 2008 09:02:05 +0000 Subject: [PATCH] Fix more inspect report issues, and regenerated the docs. [SVN r46839] --- 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 65907b2..baeef15 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 López Muñoz) +// 01 Dec 2006 Various fixes for old compilers (Joaquín 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)