Fix outdated comment.

This commit is contained in:
Andreas Jönsson 2015-05-18 09:32:24 +02:00
parent 91da641adc
commit 7b9c342bda

View File

@ -71,7 +71,8 @@ public:
} }
}; };
// Convert each line to a number (somehow - see stringToNumber) and then sort. // Convert each line to a number and then sort.
// The conversion must be implemented in classes which inherit from this, see prepareStringForConversion and convertStringToNumber.
template<typename T_Num> template<typename T_Num>
class NumericSorter : public ISorter class NumericSorter : public ISorter
{ {