mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
🛠 Fix #1328
This commit is contained in:
parent
55828d1ee0
commit
17e1c951dc
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
TEST_CASE("policies/self", "ensure we return a direct reference to the lua userdata rather than creating a new one") {
|
TEST_CASE("policies/self", "ensure we return a direct reference to the lua userdata rather than creating a new one") {
|
||||||
struct vec2 {
|
struct vec2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user