Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Apr 28, 2024
1 parent 740d107 commit ceeb579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fintamath/numbers/RealFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ namespace fintamath {

using namespace detail;

constexpr std::string_view backendIsInfException = "Undefined backend inf";
constexpr std::string_view backendIsNegInfException = "Undefined backend -inf";
constexpr std::string_view backendIsNanException = "Undefined backend nan";
static const std::string backendIsInfException = "Undefined backend inf";
static const std::string backendIsNegInfException = "Undefined backend -inf";
static const std::string backendIsNanException = "Undefined backend nan";

namespace {

Expand Down

0 comments on commit ceeb579

Please sign in to comment.