Remove now-unneeded macro since we are not using Boost anymore.

This commit is contained in:
Ryan Curtin
2024-04-17 16:40:49 -04:00
parent 86ccccc1f9
commit bce98510e1
@@ -15,9 +15,6 @@
#include <Rcpp.h>
// 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)