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

sumedhghaisas notifications at github.com
Wed Jun 15 14:57:11 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>

but we don't have to add boost::variant to required libraries?? Even if its header only we need to make sure the headers are present.  Or is it the part of basic boost which is included in every boost package?? I mean if I install just boost::math in ubuntu with apt-get do I get boost::variant??

---
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#r67223989
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160615/832a1578/attachment-0001.html>


More information about the mlpack-git mailing list