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.
Dependents: MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more
Revision 1:3b8049da21b8, committed 2019-09-24
- Comitter:
- jsoh91
- Date:
- Tue Sep 24 00:18:23 2019 +0000
- Parent:
- 0:13a5d365ba16
- Commit message:
- ignore and revise some of error parts
Changed in this revision
src/Core/util/Memory.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 }