[mlpack-git] [mlpack/mlpack] No arguments to 'isinf' that depend on a template parameter... (#632)

Ryan Curtin notifications at github.com
Thu Apr 28 14:40:29 EDT 2016


Hey Jude,

Sorry that you had problems compiling mlpack on Windows.  The issue you are having now can be fixed either by changing line 178 of `src/mlpack/methods/kmeans/kmeans_impl.hpp` and replacing `isnan()` with `std::isnan()` (it occurs twice).  Or, you can use the git master branch, which incorporates this fix.  Soon we will be releasing mlpack 2.0.2 which will have this issue solved.

This is the same issue as #522.

Thanks!

Ryan

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/632#issuecomment-215523027
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160428/1b9230a6/attachment-0001.html>


More information about the mlpack-git mailing list