I'm using ARM Compiler 5 (ARMCC) in Keil 5.25. I'm using
c++11.
I'm using c++11 with self-made analogue of std::function (since
there is no std::function in STL provided with armcc).
Recently I noticed that rather my binary contains several
strange-looking strings like
N8callback14DelegateLambdaIZN5tasks13BatteryTask_t6worker
and so on.
I looked for their addresses in linker .map file and found that
these are "typeinfo names" for some of my lambda
↧