[mlpack-git] [mlpack/mlpack] Modify NSModel to use boost variant. (#693)

Ryan Curtin notifications at github.com
Mon Jun 13 16:33:57 EDT 2016


> @@ -13,12 +13,24 @@
>  #include <mlpack/core/tree/binary_space_tree.hpp>
>  #include <mlpack/core/tree/cover_tree.hpp>
>  #include <mlpack/core/tree/rectangle_tree.hpp>
> -
> +#include <boost/variant.hpp>

You're right, it is header only.  I am not sure if it is possible to have a Boost installation where some of the header-only libraries (but not all) are available; I haven't played with b2 (Boost's build system) enough recently to be sure.  If it's possible to have a Boost installation with some of the header-only libraries omitted, then we should include `variant` in there; otherwise, I don't think it's necessary.  But I'm not sure whether or not that's possible...

---
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/pull/693/files/86a9852f19daf58e4ae5a3d3ca745deee43d8d16#r66862099
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160613/34b134f7/attachment-0001.html>


More information about the mlpack-git mailing list