Remove copy_bool workaround for gcc 4.3

This commit is contained in:
Tobias Schlüter
2022-03-08 17:43:11 +00:00
committed by Rasmus Munk Larsen
parent 3a9d404d76
commit 9883108f3a
2 changed files with 1 additions and 7 deletions

View File

@@ -872,11 +872,6 @@
#define eigen_plain_assert(x)
#endif
#else
namespace Eigen {
namespace internal {
inline bool copy_bool(bool b) { return b; }
}
}
#define eigen_plain_assert(x) assert(x)
#endif