diff --git a/include/sol/types.hpp b/include/sol/types.hpp index 253197c6..889aafc2 100644 --- a/include/sol/types.hpp +++ b/include/sol/types.hpp @@ -649,7 +649,7 @@ namespace sol { enum class gc_mode : int { incremental = 0, generational = 1, - default = incremental, + default_value = incremental, }; enum class type : int { diff --git a/single/include/sol/config.hpp b/single/include/sol/config.hpp index fb279a39..28d9bd18 100644 --- a/single/include/sol/config.hpp +++ b/single/include/sol/config.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2020-09-05 21:46:13.217176 UTC -// This header was generated with sol v3.2.1 (revision 63df43e) +// Generated 2020-09-09 00:16:38.980853 UTC +// This header was generated with sol v3.2.1 (revision 275ae2c) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_CONFIG_HPP diff --git a/single/include/sol/forward.hpp b/single/include/sol/forward.hpp index 562aac6b..0f2b466a 100644 --- a/single/include/sol/forward.hpp +++ b/single/include/sol/forward.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2020-09-05 21:46:13.213158 UTC -// This header was generated with sol v3.2.1 (revision 63df43e) +// Generated 2020-09-09 00:16:38.974853 UTC +// This header was generated with sol v3.2.1 (revision 275ae2c) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/single/include/sol/sol.hpp b/single/include/sol/sol.hpp index bce36fa8..f0736222 100644 --- a/single/include/sol/sol.hpp +++ b/single/include/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2020-09-05 21:46:13.049473 UTC -// This header was generated with sol v3.2.1 (revision 63df43e) +// Generated 2020-09-09 00:16:38.641853 UTC +// This header was generated with sol v3.2.1 (revision 275ae2c) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -7082,7 +7082,7 @@ namespace sol { enum class gc_mode : int { incremental = 0, generational = 1, - default = incremental, + default_value = incremental, }; enum class type : int {