فهرست منبع

Comment out an assert which is giving bogus failures. On platforms where it isn't possible to detect NaN or infinity the full hash computation is performed on them. For NaN the result doesn't matter (since NaN != NaN), for infinity it should always give the same result), so the calculation works but unfortuanately, I don't know how to correctly check that v is what I expect in the assertion.

I could use a different hash function when I don't have fpclassify/fpclass but that shouldn't be necessary.


[SVN r34490]
Daniel James 20 سال پیش
والد
کامیت
87f1bda2cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      libs/functional

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit 645cac6ae3e83996e091786e48a11b24ddf5e83f
+Subproject commit 8ff9a154ad2b68f03de87681c21aa998034d201b

粤ICP备19079148号