1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
Joakim Gebart 248fb1c6c0 sys/cpp11-compat: Add C++ runtime helpers
cppsupport.cpp contains functions which are necessary in order to use
some features of the C++ language, e.g. calling static constructors or
virtual functions.

TODO/Not implemented yet:
 - Test virtual functions
 - Handle exceptions (stack unwinding)
 - Run time type identification (RTTI)
2015-08-08 14:44:41 +02:00
..
2015-07-07 17:49:17 +02:00
2014-09-17 19:54:40 +02:00
2014-09-12 11:50:12 +02:00
2015-08-08 08:17:39 +02:00
2015-07-20 14:00:04 +02:00
2014-12-03 20:18:37 +01:00
2014-12-03 20:42:51 +01:00
2014-08-23 16:16:26 +02:00
2015-08-07 16:59:13 +02:00