@eht16 commented on this pull request.
// nested bracket
+ orderStack.push(endPos); + } + + GetOrder(bracket) = orderStack.size() - 1; + } +} + + + +// ----------------------------------------------------------------------------- + void BracketMap::Show() +/* + +----------------------------------------------------------------------------- */ +{ g_debug("%s: Showing bracket map ...", __FUNCTION__);
Should those `g_debug` statements remain in the code? Also the commented ones?
github-comments@lists.geany.org