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

MarcosPividori notifications at github.com
Mon Jun 13 16:29:32 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>

It is a header only library, so we don't need to include it in CMakeList.txt.
I can see that all boost dependencies mentioned in the README file: program_options, math_c99, unit_test_framework, and serialization, are not header only. Should I include variant there anyway? even if it is header only?

---
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#r66861283
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160613/aea98723/attachment.html>


More information about the mlpack-git mailing list