Question
Hi, just started with TrueStudio. Trying to code a class with a template pattern results in error:
template
class
{
...
};
Error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
Any help welcome...
..
