]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
c++11: disambiguate std::isnan
authorCasey Bodley <cbodley@redhat.com>
Fri, 31 Jul 2015 14:56:55 +0000 (10:56 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 7 Aug 2015 15:42:58 +0000 (11:42 -0400)
commitf4d2032ce1ed7745ce2e85b01e05a3fd1852cbd1
tree52c6ed4c6acd155802720f39bf8c1b708fcb8555
parent11a5d2929950829cf35fe8fff36abaaf1aa8ee22
c++11: disambiguate std::isnan

c++11's isnan() is a constexpr function, while c's is a macro

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/obj_bencher.cc