vecx icon indicating copy to clipboard operation
vecx copied to clipboard

Use static inline for clang compatibility

Open tomyun opened this issue 10 years ago • 0 comments

The current code cannot be built with clang which is now the default compiler on OS X, complaining missing symbols for inline functions. It can be easily fixed by declaring them static. Here is a nice explanation.

tomyun avatar Sep 03 '15 23:09 tomyun