Changes between Initial Version and Version 1 of Ticket #6946


Ignore:
Timestamp:
Jun 26, 2017, 4:54:37 PM (7 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6946 – Description

    initial v1  
    44
    55GDALIsValueInRange<double>(1.0 / 0.0) is true.
     6
     7Is this specialization necessary?
     8
     9{{{#!c++
     10template <> inline bool GDALIsValueInRange<float>(double dfValue)
     11}}}