We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a880ae0 commit 2f188e7Copy full SHA for 2f188e7
1 file changed
lib/source/pl/core/evaluator.cpp
@@ -944,14 +944,19 @@ namespace pl::core {
944
this->m_scopes.clear();
945
this->m_callStack.clear();
946
this->m_heap.clear();
947
- this->m_patternLocalStorage.clear();
+
948
this->m_templateParameters.clear();
949
+ this->m_currentTemplateArguments.clear();
950
+ this->m_typeTemplateParameters.clear();
951
+ this->m_attributedPatterns.clear();
952
953
+ this->m_patternLocalStorage.clear();
954
955
this->m_stringPool.clear();
956
957
this->m_mainResult.reset();
958
this->m_aborted = false;
959
this->m_evaluated = false;
- this->m_attributedPatterns.clear();
960
961
this->setPatternColorPalette(DefaultPatternColorPalette);
962
0 commit comments