Include boost variant support for cereal

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2020-06-30 19:13:30 +02:00
parent 7dfe2cb8d8
commit 769a702a5d
+1
View File
@@ -71,6 +71,7 @@ using enable_if_t = typename enable_if<B, T>::type;
#include <cereal/archives/portable_binary.hpp>
#include <cereal/archives/xml.hpp>
#include <cereal/archives/json.hpp>
#include <cereal/types/boost_variant.hpp>
#include <mlpack/core/cereal/array_wrapper.hpp>