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