diff --git a/doc/multiprecision.qbk b/doc/multiprecision.qbk index cda8c2ef..cfe0344f 100644 --- a/doc/multiprecision.qbk +++ b/doc/multiprecision.qbk @@ -11,14 +11,14 @@ [library Boost.Multiprecision [quickbook 1.7] - [copyright 2002-2025 John Maddock, Christopher Kormanyos and Fahad Syed] + [copyright 2002-2025 Matthew Borland, Paul A. Bristow, Christopher Kormanyos, Janek Kozicki, John Maddock and Fahad Syed] [purpose Multiprecision Number library] [license Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at [@http://www.boost.org/LICENSE_1_0.txt]) ] - [authors [Maddock, John], [Kormanyos, Christopher], [Syed, Fahad]] + [authors [Borland, Matthew], [Bristow, Paul A.], [Kormanyos, Christopher], [Kozicki, Janek], [Maddock, John], [Syed, Fahad]] [/last-revision $Date$] ] diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 6c8a0a99..73fd6cc3 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -92,7 +92,7 @@ test-suite examples : [ run floating_point_examples.cpp no_eh_eg_support : : : [ check-target-builds ../config//has_big_obj : -Wa,-mbig-obj off ] ] [ run gauss_laguerre_quadrature.cpp no_eh_eg_support : : : release [ requires cxx11_lambdas ] ] - [ run hypergeometric_luke_algorithms.cpp no_eh_eg_support ../../chrono/build//boost_chrono ../../system/build//boost_system : : : [ requires cxx11_nullptr ] ] + [ run hypergeometric_luke_algorithms.cpp no_eh_eg_support /boost/chrono//boost_chrono /boost/system//boost_system : : : [ requires cxx11_nullptr ] ] [ run integer_examples.cpp no_eh_eg_support ] [ run logged_adaptor.cpp no_eh_eg_support mpfi mpfr gmp : : : [ check-target-builds ../config//has_mpfi : : no ] ] [ run mixed_integer_arithmetic.cpp no_eh_eg_support ]