Eigen libary for mbed
Diff: src/Core/util/Memory.h
- Revision:
- 1:3b8049da21b8
- Parent:
- 0:13a5d365ba16
--- a/src/Core/util/Memory.h Thu Oct 13 04:07:23 2016 +0000
+++ b/src/Core/util/Memory.h Tue Sep 24 00:18:23 2019 +0000
@@ -87,8 +87,8 @@
#ifdef EIGEN_EXCEPTIONS
throw std::bad_alloc();
#else
- std::size_t huge = -1;
- new int[huge];
+// std::size_t huge = -1;
+// new int[huge];
#endif
}