From 45791bf36d9e9c809fe3599c5fe80533abd3ec01 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Sat, 11 Jun 2022 12:09:31 +0200 Subject: [PATCH] Remove erroneous non-ASCII that slipped in --- include/boost/multiprecision/number.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/multiprecision/number.hpp b/include/boost/multiprecision/number.hpp index 5d01dac6..e688ac16 100644 --- a/include/boost/multiprecision/number.hpp +++ b/include/boost/multiprecision/number.hpp @@ -1,4 +1,4 @@ -/////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// // Copyright 2011 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_0.txt)