【error】'isnan' was not declared in this scope

error问题

'isnan' was not declared in this scope

isnan在cmath中被取消宏定义;

// These are possible macros imported from C99-land.
#undef fpclassify
#undef isfinite
#undef isinf
#undef isnan

使用的时候可以在isnan前加上std命名空间即可;

 

posted on 2019-01-09 16:50  鹅要长大  阅读(2342)  评论(0编辑  收藏  举报

导航