| 47 | //----------------------------------------------------------------------------- |
| 48 | |
| 49 | ScopeHandler::~ScopeHandler() |
| 50 | { |
| 51 | const auto length = mStack.pop()->mLength; |
| 52 | mScope.resize(length); |
| 53 | } |
| 54 | //----------------------------------------------------------------------------- |
| 55 | |
| 56 | std::string ScopeHandler::RemoveCurrentScope(std::string name) |