Initial work on implicit casting when calling a function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-08-18 12:13:13 +02:00
parent 61d89bd21b
commit 0fde3d46df
8 changed files with 74 additions and 35 deletions

View File

@@ -7,7 +7,6 @@
#include "../../ScriptTypes/ScriptType.hpp"
#include "../BoundOperators.hpp"
#include "../BoundVariables/BoundVariableKey.hpp"
#include "../../ScriptTypes/FunctionScriptType.hpp"
using namespace std;