mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Turns out I'm not very smart - who knew?!
This commit is contained in:
parent
275ae2c096
commit
e4f588d18c
@ -649,7 +649,7 @@ namespace sol {
|
||||
enum class gc_mode : int {
|
||||
incremental = 0,
|
||||
generational = 1,
|
||||
default = incremental,
|
||||
default_value = incremental,
|
||||
};
|
||||
|
||||
enum class type : int {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user