Migrate to C++17. Update sol2 to 3.3.0.
This commit is contained in:
parent
f9ccc0c2bf
commit
55a0b746e8
@ -945,7 +945,8 @@ namespace {
|
|||||||
// `Set` is a table with keys that are actual values we are looking for and values that always `true`.
|
// `Set` is a table with keys that are actual values we are looking for and values that always `true`.
|
||||||
// `Sequence` is a table with keys that are indices and values that are actual values we are looking for.
|
// `Sequence` is a table with keys that are indices and values that are actual values we are looking for.
|
||||||
|
|
||||||
std::string GetSetOrSequenceValue(const std::pair<sol::object, sol::object>& pair) {
|
std::string GetSetOrSequenceValue(const std::pair<sol::object, sol::object> &pair)
|
||||||
|
{
|
||||||
if (pair.second.is<std::string>())
|
if (pair.second.is<std::string>())
|
||||||
{
|
{
|
||||||
return pair.second.as<std::string>();
|
return pair.second.as<std::string>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user