Ion Gaztañaga
|
f162078264
|
Implemented equal_range for unique associative containers using lower_bound_range. This might be a bit slower when comparison function is very lightweight, but shines when it's heavy as it just needs to perform a single additional comparison and a possible successor iteration.
|
2014-01-20 12:13:53 +01:00 |
|
Ion Gaztañaga
|
3c6f96a96a
|
Improved "count" for unique associative containers. Instead of calling tree's count just use find() != end() to avoid iterations as there is only one potential key.
Fixed some typos.
|
2014-01-19 14:28:57 +01:00 |
|
Ion Gaztañaga
|
b85b40e851
|
Marked some constructor as explicit and fixed trivial documentation issues
[SVN r85307]
|
2013-08-11 21:33:51 +00:00 |
|
Ion Gaztañaga
|
fbd8e26461
|
* Big refactoring in order to reduce template and debug symbol bloat.
* Fixes #8698
* Implemented SCARY iterators
[SVN r85165]
|
2013-07-28 22:10:37 +00:00 |
|