On Wed, Oct 27, 2010 at 7:12 PM, pikpik <[email protected]> wrote: > Response: "src/conversion-inl.cc:80: error: '::isnan' has not been > declared"
Sorry, typo: should be "src/conversions-inl.h" On Oct 27, 1:23 pm, Stephan Beal <[email protected]> wrote: > > Try: > > #include <cmath> > > and then std::isnan() instead of ::isnan(). > Now it responds with: src/conversions-inl.h:82: error: 'isnan' is not a member of 'std' pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
