* BugFix: Correct 3 missing defines in the GCC types include file.

* BugFix: Move several compiledEval declarations around to resolve ordering issues.
* BugFix: Experimentally remove the reference on an engineAPI template function to allow parameter types to match.
This commit is contained in:
Robert MacGregor 2021-07-09 21:05:55 -04:00
parent 464cb7ae29
commit 6ad2876504
3 changed files with 64 additions and 61 deletions

View file

@ -292,7 +292,7 @@ struct EngineUnmarshallData< void >
template<>
struct EngineUnmarshallData< ConsoleValue >
{
ConsoleValue operator()( ConsoleValue &ref ) const
ConsoleValue operator()( ConsoleValue ref ) const
{
return std::move(ref);
}