Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script_interface: Fixed build with c++17 (#3824)
C++17 introduces `std::as_const` which made some calls to `Utils::as_const` ambiguous, this fixes this by qualifying the function.
- Loading branch information