summaryrefslogtreecommitdiff
path: root/boost/multiprecision/debug_adaptor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multiprecision/debug_adaptor.hpp')
-rw-r--r--boost/multiprecision/debug_adaptor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/multiprecision/debug_adaptor.hpp b/boost/multiprecision/debug_adaptor.hpp
index 505bea1df1..09569cea58 100644
--- a/boost/multiprecision/debug_adaptor.hpp
+++ b/boost/multiprecision/debug_adaptor.hpp
@@ -1,7 +1,7 @@
///////////////////////////////////////////////////////////////
// Copyright 2012 John Maddock. 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_
+// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
#ifndef BOOST_MATH_DEBUG_ADAPTER_HPP
#define BOOST_MATH_DEBUG_ADAPTER_HPP
@@ -422,7 +422,7 @@ inline void eval_bit_flip(const debug_adaptor<Backend>& arg, unsigned a)
NON_MEMBER_OP3(gcd, "gcd")
NON_MEMBER_OP3(lcm, "lcm")
-NON_MEMBER_OP4(powm, "powm");
+NON_MEMBER_OP4(powm, "powm")
/*********************************************************************
*