mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
awh yeh
This commit is contained in:
parent
a49fbc2f04
commit
fe5c71e792
|
@ -106,7 +106,7 @@ namespace sol {
|
||||||
}
|
}
|
||||||
#if !defined(SOL_NO_NIL) || (SOL_NO_NIL == 0)
|
#if !defined(SOL_NO_NIL) || (SOL_NO_NIL == 0)
|
||||||
using nil_t = lua_nil_t;
|
using nil_t = lua_nil_t;
|
||||||
constexpr nil_t& nil = lua_nil;
|
constexpr const nil_t& nil = lua_nil;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2019-05-26 17:32:11.611420 UTC
|
// Generated 2019-05-26 17:50:22.004134 UTC
|
||||||
// This header was generated with sol v3.0.2 (revision 4fd5d34)
|
// This header was generated with sol v3.0.2 (revision a49fbc2)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP
|
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2019-05-26 17:32:11.338294 UTC
|
// Generated 2019-05-26 17:50:20.845211 UTC
|
||||||
// This header was generated with sol v3.0.2 (revision 4fd5d34)
|
// This header was generated with sol v3.0.2 (revision a49fbc2)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_HPP
|
#ifndef SOL_SINGLE_INCLUDE_HPP
|
||||||
|
@ -6297,7 +6297,7 @@ namespace sol {
|
||||||
}
|
}
|
||||||
#if !defined(SOL_NO_NIL) || (SOL_NO_NIL == 0)
|
#if !defined(SOL_NO_NIL) || (SOL_NO_NIL == 0)
|
||||||
using nil_t = lua_nil_t;
|
using nil_t = lua_nil_t;
|
||||||
constexpr nil_t& nil = lua_nil;
|
constexpr const nil_t& nil = lua_nil;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user