From bd6dadcda8974622bdc4c731068e4b3cf84bcf9c Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 24 Jan 2019 00:14:02 +0100 Subject: Tell doxygen that cxx11 math is available --- doc/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 3ebbeb812..d8f28812e 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1592,6 +1592,7 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \ EIGEN_QT_SUPPORT \ EIGEN_STRONG_INLINE=inline \ EIGEN_DEVICE_FUNC= \ + EIGEN_HAS_CXX11_MATH=1 \ "EIGEN_MAKE_CWISE_BINARY_OP(METHOD,FUNCTOR)=template const CwiseBinaryOp, const Derived, const OtherDerived> METHOD(const EIGEN_CURRENT_STORAGE_BASE_CLASS &other) const;" \ "EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS)=CwiseBinaryOp, const LHS, const RHS>"\ "EIGEN_CAT2(a,b)= a ## b"\ -- cgit v1.2.3