d06 change test output again
This commit is contained in:
@@ -22,8 +22,6 @@ void toChar(T value) {
|
||||
template <typename T>
|
||||
void toInt(T value) {
|
||||
std::cout << std::setw(7) << std::left << "int";
|
||||
// if (value < std::numeric_limits<int>::min()
|
||||
// || value > std::numeric_limits<int>::max() )
|
||||
if (! (value <= std::numeric_limits<int>::max()
|
||||
&& value >= std::numeric_limits<int>::min()) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user