g++ 4.8.1 throws a "multiple definition" error for the _push functions in primitives.h (starting at line 205).
Making all of them inline seems to fix this.
It also throws it for _lua_dispatcher at line 15 in BaseFun.h
Making it inline fixes it as well.
The text was updated successfully, but these errors were encountered:
g++ 4.8.1 throws a "multiple definition" error for the _push functions in primitives.h (starting at line 205).
Making all of them inline seems to fix this.
It also throws it for _lua_dispatcher at line 15 in BaseFun.h
Making it inline fixes it as well.
The text was updated successfully, but these errors were encountered: