Turns out I'm not very smart - who knew?!

This commit is contained in:
ThePhD 2020-09-08 20:17:12 -04:00
parent 275ae2c096
commit e4f588d18c
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
4 changed files with 8 additions and 8 deletions

View File

@ -649,7 +649,7 @@ namespace sol {
enum class gc_mode : int { enum class gc_mode : int {
incremental = 0, incremental = 0,
generational = 1, generational = 1,
default = incremental, default_value = incremental,
}; };
enum class type : int { enum class type : int {

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 2020-09-05 21:46:13.217176 UTC // Generated 2020-09-09 00:16:38.980853 UTC
// This header was generated with sol v3.2.1 (revision 63df43e) // This header was generated with sol v3.2.1 (revision 275ae2c)
// https://github.com/ThePhD/sol2 // https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_CONFIG_HPP #ifndef SOL_SINGLE_CONFIG_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 2020-09-05 21:46:13.213158 UTC // Generated 2020-09-09 00:16:38.974853 UTC
// This header was generated with sol v3.2.1 (revision 63df43e) // This header was generated with sol v3.2.1 (revision 275ae2c)
// 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 2020-09-05 21:46:13.049473 UTC // Generated 2020-09-09 00:16:38.641853 UTC
// This header was generated with sol v3.2.1 (revision 63df43e) // This header was generated with sol v3.2.1 (revision 275ae2c)
// https://github.com/ThePhD/sol2 // https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP #ifndef SOL_SINGLE_INCLUDE_HPP
@ -7082,7 +7082,7 @@ namespace sol {
enum class gc_mode : int { enum class gc_mode : int {
incremental = 0, incremental = 0,
generational = 1, generational = 1,
default = incremental, default_value = incremental,
}; };
enum class type : int { enum class type : int {