make non-class and non-template functions inline#51
make non-class and non-template functions inline#51euklid wants to merge 1 commit intopatrikhuber:masterfrom
Conversation
|
Looks good to me, thank you! One small question: Is now not |
|
It's the other way round: Since it should be a header-only style library, the According to https://stackoverflow.com/questions/7762731/whats-the-difference-between-static-and-static-inline-function , the Keeping in mind that this is actually part of the bigger |
|
@patrikhuber what are your thoughts? |
also used the definition of the
VL_INLINEmacro fromhttp://www.vlfeat.org/api/portability.html#host-compiler-other
also, see #27