From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- web/yacco2/diagrams/bug1.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/yacco2/diagrams/bug1.txt (limited to 'web/yacco2/diagrams/bug1.txt') diff --git a/web/yacco2/diagrams/bug1.txt b/web/yacco2/diagrams/bug1.txt new file mode 100644 index 0000000000..91dc7eb1ba --- /dev/null +++ b/web/yacco2/diagrams/bug1.txt @@ -0,0 +1,8 @@ +std::set VISITED_MERGE_STATES_IN_LA_CALC; +int main(int argc,char*argv[]){ + VISITED_MERGE_STATES_IN_LA_CALC.clear();} + if(VISITED_MERGE_STATES_IN_LA_CALC.empty() == true){ + cout << "===========its empty" << endl; + } + return 0; +} -- cgit v1.2.3