From 7cbcfc023750aa020cd7a9402d653cad70e39041 Mon Sep 17 00:00:00 2001 From: libeio <39824272+libeio@users.noreply.github.com> Date: Thu, 19 Mar 2020 23:26:17 +0800 Subject: [PATCH] Update tortellini.hh a revision of return value --- tortellini.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tortellini.hh b/tortellini.hh index 727690d..8eefcbc 100644 --- a/tortellini.hh +++ b/tortellini.hh @@ -257,7 +257,7 @@ public: return strparse(_value, fallback); } - inline double operator |(long double fallback) const { + inline long double operator |(long double fallback) const { return strparse(_value, fallback); }