Skip to content

Commit

Permalink
Update tortellini.hh
Browse files Browse the repository at this point in the history
a revision of return value
  • Loading branch information
plumzero authored and Qix- committed Mar 19, 2020
1 parent 91fe8d5 commit 05c275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortellini.hh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public:
return strparse<double, std::stod>(_value, fallback);
}

inline double operator |(long double fallback) const {
inline long double operator |(long double fallback) const {
return strparse<long double, std::stold>(_value, fallback);
}

Expand Down

0 comments on commit 05c275e

Please sign in to comment.