Hi everybody!
Does SES compiler support C++ function templates?
I made a simple function template like this (for STM32H743VIT6):
and call this function from other function:
But linker says:
undefined symbol int Rescale<int>(int, int, int, int) referenced by symbol CreateMainWindow() (section .text.CreateMainWindow() in file main_window.o)
I think I'm doing something wrong.
Any help would be appreciated!
THX
Does SES compiler support C++ function templates?
I made a simple function template like this (for STM32H743VIT6):
But linker says:
undefined symbol int Rescale<int>(int, int, int, int) referenced by symbol CreateMainWindow() (section .text.CreateMainWindow() in file main_window.o)
I think I'm doing something wrong.
Any help would be appreciated!
THX
The post was edited 1 time, last by kazham ().