Skip to content

Commit

Permalink
Do not try to emulate CXX11 max_digits10 limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Eichelberg committed Mar 4, 2024
1 parent 191c587 commit ed515c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofstd/include/dcmtk/ofstd/oflimits.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ using OFnumeric_limits = std::numeric_limits<T>;
template<typename T>
struct OFnumeric_limits : std::numeric_limits<T>
{
static const int max_digits10 = 0;
static inline T lowest() { return (std::numeric_limits<T>::min)(); }
};
template<>
Expand Down

0 comments on commit ed515c1

Please # to comment.