Make function static inline, not inline
inline alone does only define a function without a corresponding declaration. static solves this problem
Showing
Please register or sign in to comment
inline alone does only define a function without a corresponding declaration. static solves this problem