mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Fix compilation on gcc 4.6
This commit is contained in:
parent
c876a89030
commit
79c5f71975
@ -354,7 +354,11 @@ namespace chaiscript
|
|||||||
|
|
||||||
struct Conversion_Saves
|
struct Conversion_Saves
|
||||||
{
|
{
|
||||||
bool enabled = false;
|
Conversion_Saves()
|
||||||
|
: enabled(false)
|
||||||
|
{}
|
||||||
|
|
||||||
|
bool enabled;
|
||||||
std::vector<Boxed_Value> saves;
|
std::vector<Boxed_Value> saves;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user