mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove copy_bool workaround for gcc 4.3
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
3a9d404d76
commit
9883108f3a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user