Repair example path and restore authors

This commit is contained in:
ckormanyos
2025-06-26 20:23:38 +02:00
parent 960cd75a8c
commit e59aaad6b8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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$]
]
+1 -1
View File
@@ -92,7 +92,7 @@ test-suite examples :
[ run floating_point_examples.cpp no_eh_eg_support : : : [ check-target-builds ../config//has_big_obj : <cxxflags>-Wa,-mbig-obj <debug-symbols>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 : : <build>no ] ]
[ run mixed_integer_arithmetic.cpp no_eh_eg_support ]