Skip to content

Instantly share code, notes, and snippets.

@klmr
Created August 23, 2011 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klmr/1164541 to your computer and use it in GitHub Desktop.
Save klmr/1164541 to your computer and use it in GitHub Desktop.
Properly indented Dinkumware STL code
else if (_DEBUG_LT_PRED(this->comp,
_Key(_Where._Mynode()), this->_Kfn(_Val))
&& (++(_Next = _Where) == end()
|| _DEBUG_LT_PRED(this->comp,
this->_Kfn(_Val), _Key(_Next._Mynode()))))
{ // insert after _Where
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment