diff options
author | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | 2018-10-25 16:49:25 +0200 |
---|---|---|
committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | 2018-10-25 16:49:25 +0200 |
commit | b5f077d22cf0efe77f53e43d66c05e2bb2a1d36f (patch) | |
tree | e6da52731fb176940e89c6ef72ad5a630b665d89 /doc | |
parent | 4a40b3785dc81112856d517676dbcfa9204e16df (diff) |
Document EIGEN_NO_IO preprocessor directive
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PreprocessorDirectives.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/PreprocessorDirectives.dox b/doc/PreprocessorDirectives.dox index d801798c9..7e9e30c4b 100644 --- a/doc/PreprocessorDirectives.dox +++ b/doc/PreprocessorDirectives.dox @@ -78,6 +78,7 @@ functions by defining EIGEN_HAS_C99_MATH=1. Automatic detection disabled if EIGEN_MAX_CPP_VER<11. - \b EIGEN_HAS_CXX11_NOEXCEPT - defines whether noexcept is supported Automatic detection disabled if EIGEN_MAX_CPP_VER<11. + - \b EIGEN_NO_IO - Disables any usage and support for `<iostreams>`. \section TopicPreprocessorDirectivesAssertions Assertions |