This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
sol2
Watch
1
Star
0
Fork
0
You've already forked sol2
mirror of
https://github.com/ThePhD/sol2.git
synced
2024-03-22 13:10:44 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
sol2
/
sol
History
ThePhD
86b16dc61b
GCC is still not compiling, complaining about detail::ltr_pop and not being able to find a proper overload. I'm not sure why it's complaining, I'll have to look in more detail soon.
2013-12-02 20:12:25 -05:00
..
error.hpp
Initial commit
2013-11-25 04:56:27 -05:00
function.hpp
GCC is still not compiling, complaining about detail::ltr_pop and not being able to find a proper overload. I'm not sure why it's complaining, I'll have to look in more detail soon.
2013-12-02 20:12:25 -05:00
functional.hpp
More style fixes and more attempts to make sure this compiles between GCC and MSVC.
2013-12-02 19:15:23 -05:00
lua_function.hpp
GCC is still not compiling, complaining about detail::ltr_pop and not being able to find a proper overload. I'm not sure why it's complaining, I'll have to look in more detail soon.
2013-12-02 20:12:25 -05:00
object.hpp
Add polymorphic lua object type
2013-11-30 21:12:50 -05:00
reference.hpp
Removed uses of constexpr for MSVC 2013
2013-11-25 05:20:14 -05:00
stack.hpp
GCC is still not compiling, complaining about detail::ltr_pop and not being able to find a proper overload. I'm not sure why it's complaining, I'll have to look in more detail soon.
2013-12-02 20:12:25 -05:00
state.hpp
More style fixes and more attempts to make sure this compiles between GCC and MSVC.
2013-12-02 19:15:23 -05:00
table.hpp
GCC is still not compiling, complaining about detail::ltr_pop and not being able to find a proper overload. I'm not sure why it's complaining, I'll have to look in more detail soon.
2013-12-02 20:12:25 -05:00
tuple.hpp
Reformatted to look like Rapptz's style. The following code sample work without error in VS 2013:
http://pastebin.com/s4Jbjnht
2013-12-02 15:42:03 -05:00
types.hpp
The solution technically works, but there's some stack corruption going on somewhere that I can quite track down, even when calling a void function with no parameters. I'll have to look into it...
2013-12-02 14:22:51 -05:00