From 55765d14cdf9d7693ef2a4dced90857e7475fbd8 Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Thu, 19 Jun 2025 21:45:12 +0200 Subject: [PATCH] Corrections and re-start CI --- include/boost/multiprecision/detail/functions/pow.hpp | 4 ++-- performance/performance_test.cpp | 1 - test/Jamfile.v2 | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/multiprecision/detail/functions/pow.hpp b/include/boost/multiprecision/detail/functions/pow.hpp index 6e6c9d20..481c7e4e 100644 --- a/include/boost/multiprecision/detail/functions/pow.hpp +++ b/include/boost/multiprecision/detail/functions/pow.hpp @@ -1,6 +1,6 @@ -// Copyright Christopher Kormanyos 2002 - 2015. -// Copyright 2011 - 2015 John Maddock. +// Copyright 2011 - 2025 John Maddock. +// Copyright Christopher Kormanyos 2002 - 2025. // 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) diff --git a/performance/performance_test.cpp b/performance/performance_test.cpp index f1d6babb..0b72a22c 100644 --- a/performance/performance_test.cpp +++ b/performance/performance_test.cpp @@ -217,7 +217,6 @@ int main() test49(); test50(); test51(); - test52(); quickbook_results(); return 0; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 463f35da..e441ec04 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,5 @@ # copyright John Maddock 2011 - 2025 +# copyright Christopher Kormanyos 2021 - 2025 # 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.