From bce98510e18f8bf73f57fc070e1130e5c5ce0fed Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 17 Apr 2024 16:40:49 -0400 Subject: [PATCH] Remove now-unneeded macro since we are not using Boost anymore. --- src/mlpack/bindings/R/mlpack/src/rcpp_mlpack.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mlpack/bindings/R/mlpack/src/rcpp_mlpack.h b/src/mlpack/bindings/R/mlpack/src/rcpp_mlpack.h index bd9ecf3ef1..83f272e753 100644 --- a/src/mlpack/bindings/R/mlpack/src/rcpp_mlpack.h +++ b/src/mlpack/bindings/R/mlpack/src/rcpp_mlpack.h @@ -15,9 +15,6 @@ #include -// To suppress Found '__assert_fail', possibly from 'assert' (C). -#define BOOST_DISABLE_ASSERTS - // Rcpp has its own stream object which cooperates more nicely with R's i/o // And as of armadillo and mlpack, we can use this stream object as well. #if !defined(ARMA_COUT_STREAM)