Skip to content
Snippets Groups Projects
Commit 914b0061 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

changed size()>0 to !empty() for containers

The gnu c++ size() implementation for stl containers has O(n) complexity
while empty() has O(1) complexity
parent a1172de0
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment