Код: Выделить всё
// this function is in a header-file:
// recursion prevents inlining
inline int calc(int k){
if(k
Подробнее здесь: [url]https://stackoverflow.com/questions/68004269/differences-of-the-inline-keyword-in-c-and-c[/url]Код: Выделить всё
// this function is in a header-file:
// recursion prevents inlining
inline int calc(int k){
if(k
Подробнее здесь: [url]https://stackoverflow.com/questions/68004269/differences-of-the-inline-keyword-in-c-and-c[/url]