Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to use inline functions with a portable library, but the compiler seems to need brackets:
It works with "inline(void func();" instead of "inline void func();"
Weird, isn't it ?
Is it a visual c++ compiler whim ?
It works with "inline(void func();" instead of "inline void func();"
Weird, isn't it ?
Is it a visual c++ compiler whim ?