aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Sparse')
-rw-r--r--Eigen/Sparse4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/Sparse b/Eigen/Sparse
index ce6ef2f3c..bdc45610d 100644
--- a/Eigen/Sparse
+++ b/Eigen/Sparse
@@ -11,6 +11,10 @@
#include <cstring>
#include <algorithm>
+#ifndef EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
+#error The sparse module API is not stable yet. To use it anyway, please define the EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET preprocessor token.
+#endif
+
namespace Eigen {
/** \defgroup Sparse_Module Sparse module