Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.2
-
None
Description
cppcheck-1.68 found an assertion that is assigning a value:
// If this is the end of the top-level write, we should have just popped // the TypeSpec passed to the constructor. if (ts_stack_.empty()) { assert(old_tts = type_spec_); return; }