Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
}