diff --git a/include/core/Layer.hpp b/include/core/Layer.hpp index a8396a0c7e..218cd68a95 100644 --- a/include/core/Layer.hpp +++ b/include/core/Layer.hpp @@ -20,7 +20,7 @@ namespace ngen #ifdef NGEN_MPI_ACTIVE using feature_type = hy_features::HY_Features_MPI; #else - typedef feature_type = hy_features::HY_Features; + using feature_type = hy_features::HY_Features; #endif Layer(