Skip to content
Commit 0088abdc authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Revert "Fixed problem with std::isnan on older g++."

The std::isnan method can be safely used in host code (if the compiler
is not moron). There is no device code which uses isnan so the
TNL::isNan function is useless.

This reverts commit 0eff2f63.
parent 8b539f5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment