diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-03 15:44:20 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-03 15:44:20 +0800 |
commit | d75848152e337fc9d3a4041ec310fea07476c0a8 (patch) | |
tree | 22e74a062b8eaff1fd99f002c473ccdfd5181157 /src/MoonP/moon_parser.h | |
parent | d8901102a1e39e651b08b66257c176b5803b9bc0 (diff) | |
download | yuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.tar.gz yuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.tar.bz2 yuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.zip |
fix some cases when using backcall with assignment.
Diffstat (limited to 'src/MoonP/moon_parser.h')
-rw-r--r-- | src/MoonP/moon_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h index 2107a14..2b6e2ae 100644 --- a/src/MoonP/moon_parser.h +++ b/src/MoonP/moon_parser.h | |||
@@ -79,7 +79,6 @@ protected: | |||
79 | std::stack<bool> doStack; | 79 | std::stack<bool> doStack; |
80 | }; | 80 | }; |
81 | 81 | ||
82 | |||
83 | template <class T> | 82 | template <class T> |
84 | inline rule& getRule() { | 83 | inline rule& getRule() { |
85 | return getRule(identity<T>()); | 84 | return getRule(identity<T>()); |