mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
.-. good thing we have travis CI
This commit is contained in:
parent
8862c65f0a
commit
c087ca30bf
|
@ -27,6 +27,7 @@
|
|||
#include "stack.hpp"
|
||||
#include "stack_proxy.hpp"
|
||||
#include "proxy_base.hpp"
|
||||
#include <limits>
|
||||
|
||||
namespace sol {
|
||||
struct function_result : public proxy_base<function_result> {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "stack.hpp"
|
||||
#include "proxy_base.hpp"
|
||||
#include "stack_proxy.hpp"
|
||||
#include <limits>
|
||||
|
||||
namespace sol {
|
||||
struct protected_function_result : public proxy_base<protected_function_result> {
|
||||
|
|
Loading…
Reference in New Issue
Block a user