This commit is contained in:
ThePhD 2019-05-26 13:50:29 -04:00
parent a49fbc2f04
commit fe5c71e792
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
3 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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 {