LuaGlue
LuaGlue copied to clipboard
luaglue namespace
Hello,
there is no luaglue namespace; it would be definitely better than prefixing all classes. The biggest problem is some global definitions that might collide with other libs.
Are you ok to add a luaglue namespace?
Regards,
Yeah, see issue #6 . I'll do it soonish.
Nothing in common with #6. I'm talking about namespacing the LuaGlue* classes. Ex: luaglue::Class instead of LuaGlueClass.
I'm not aware of any globals that can conflict? If you mean macros, they can't be namespaced.
namespacing might be in the cards.
I had to add remove_const custom meta functions to make it work with VS (incoming pull request btw). I named them luaglue_remove_const which is quite ugly don't you think?