From 3e43dd6fc2dd2bf2cf58f7f144e5eee96b3edea5 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 24 Apr 2017 18:50:19 +0100 Subject: [PATCH] Update history. --- doc/gcd/math-gcd.qbk | 2 ++ doc/html/boost_integer/gcd_lcm.html | 5 +++++ doc/html/index.html | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/gcd/math-gcd.qbk b/doc/gcd/math-gcd.qbk index 7b9b312..23472de 100644 --- a/doc/gcd/math-gcd.qbk +++ b/doc/gcd/math-gcd.qbk @@ -262,6 +262,8 @@ code factoring and eases maintainence. [section:gcd_history History] +* 24th April 2017 Moved to Jeremy Murphy's improved algorithms, added constexpr and noexcept support, +added compiler intrinsic support, added variadic and range based versions of the algorithms. * 13 May 2013 Moved into main Boost.Math Quickbook documentation. * 17 Dec 2005: Converted documentation to Quickbook Format. * 2 Jul 2002: Compile-time and run-time items separated to new headers. diff --git a/doc/html/boost_integer/gcd_lcm.html b/doc/html/boost_integer/gcd_lcm.html index 25aaa55..097afc0 100644 --- a/doc/html/boost_integer/gcd_lcm.html +++ b/doc/html/boost_integer/gcd_lcm.html @@ -352,6 +352,11 @@ History
- +

Last revised: April 24, 2017 at 12:00:17 GMT

Last revised: April 24, 2017 at 17:49:59 GMT