From 40a289bcd71862ff986f5abc8c8d6746ec53d34a Mon Sep 17 00:00:00 2001 From: manthan-r-sheth Date: Fri, 9 Mar 2018 19:45:06 +0530 Subject: [PATCH] Increase boost:variant size --- src/mlpack/methods/ann/layer/layer_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/layer/layer_types.hpp b/src/mlpack/methods/ann/layer/layer_types.hpp index 39cd3d0cf8..48e8eed0d5 100644 --- a/src/mlpack/methods/ann/layer/layer_types.hpp +++ b/src/mlpack/methods/ann/layer/layer_types.hpp @@ -12,7 +12,7 @@ #ifndef MLPACK_METHODS_ANN_LAYER_LAYER_TYPES_HPP #define MLPACK_METHODS_ANN_LAYER_LAYER_TYPES_HPP -// Increase +// Increase boost:variant size #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS #define BOOST_MPL_LIMIT_LIST_SIZE 50