Hacker News new | ask | show | jobs
by 10000truths 1319 days ago
C defines isinf as a macro, whereas C++’s std::isinf is a function. Perhaps the discrepancy has to do with differences in how they’re evaluated?