+ 2
Inline
Why functions having loop are not declared inline ?
1 Answer
0
What function are you talking about? Marking inline is the user's option. Compiler can inline some of the functions itself during optimizations but it does this implicitly.
Why functions having loop are not declared inline ?