Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0'
Use empty() since it should be prefered as it has, following the standard, a constant time complexity regardless of the containter type. The same is not guaranteed for size(). Signed-off-by: Danny Al-Gaaf <[email protected]>
- Loading branch information