aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-07-14 09:56:03 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-07-14 09:56:03 +0200
commit54559094ec492f437c411ad900705bdb17ad6d7a (patch)
tree956adca2b3802b7f911b4951774a507fca6808c4 /doc
parent46b1c7a0ce3dcd726a4ea2393f4491d63e36cdd1 (diff)
document EIGEN_MPL2_ONLY
Diffstat (limited to 'doc')
-rw-r--r--doc/I14_PreprocessorDirectives.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/I14_PreprocessorDirectives.dox b/doc/I14_PreprocessorDirectives.dox
index 2826a7f50..f29f0720c 100644
--- a/doc/I14_PreprocessorDirectives.dox
+++ b/doc/I14_PreprocessorDirectives.dox
@@ -50,6 +50,8 @@ run time. However, these assertions do cost time and can thus be turned off.
- \b eigen_assert - macro with one argument that is used inside %Eigen for assertions. By default, it is
basically defined to be \c assert, which aborts the program if the assertion is violated. Redefine this
macro if you want to do something else, like throwing an exception.
+ - \b EIGEN_MPL2_ONLY - disable non MPL2 compatible features, or in other words disable the features which
+ are still under the LGPL.
\section TopicPreprocessorDirectivesPerformance Alignment, vectorization and performance tweaking