From 250e30d73f09e9da2b5a81d0fbae63744ae12a73 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 2 Apr 2019 08:47:15 +0800 Subject: *misc --- source/3rd-party/Luax/luax_class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/3rd-party/Luax/luax_class.hpp') diff --git a/source/3rd-party/Luax/luax_class.hpp b/source/3rd-party/Luax/luax_class.hpp index dd9414a..ba8d16a 100644 --- a/source/3rd-party/Luax/luax_class.hpp +++ b/source/3rd-party/Luax/luax_class.hpp @@ -165,7 +165,7 @@ namespace Luax /// 屏蔽取地址运算符,如果需要地址,只能通过在堆上创建实例得到。在栈上和静态区的变量不能 /// 取地址。保证引用计数的准确。如果需要穿引用,使用引用传递而不是传递地址。 /// - void* operator &(); + //void* operator &(); /// /// 创建userdata,绑定实例到state。 -- cgit v1.1-26-g67d0