[mlpack-git] [mlpack/mlpack] disabled CPP 11, getting an error (#610)

Jude Mukundane notifications at github.com
Mon Apr 11 19:38:07 EDT 2016


As an update, in 'columns_to_block.cpp' I made this change below:
```
//const size_t root = (size_t) std::round(std::sqrt(value));
  const size_t root = (size_t) round(std::sqrt(value));
```

I guess the std qualification is necessary for C++11, which I disabled - I believe. I guess the round am using is now coming from one of the mlpack or math namespaces. 

This has allowed me to proceed further with the make. Let me see how this goes.

---
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/610#issuecomment-208618868
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160411/aba5c4af/attachment.html>


More information about the mlpack-git mailing list