mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-26 06:44:27 +08:00
Fixed issue which made documentation not getting built anymore
This commit is contained in:
parent
636126ef40
commit
fd4fe7cbc5
@ -518,6 +518,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Does the compiler support C99?
|
// Does the compiler support C99?
|
||||||
|
// Need to include <cmath> to make sure _GLIBCXX_USE_C99 gets defined
|
||||||
|
#include <cmath>
|
||||||
#ifndef EIGEN_HAS_C99_MATH
|
#ifndef EIGEN_HAS_C99_MATH
|
||||||
#if EIGEN_MAX_CPP_VER>=11 && \
|
#if EIGEN_MAX_CPP_VER>=11 && \
|
||||||
((defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901)) \
|
((defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901)) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user