Skip to content

Commit

Permalink
Consmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Apr 18, 2015
1 parent 1288c07 commit ec187ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/utxx/container/assoc_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ namespace utxx {
bool found(true);
iterator i(lower_bound(val.first));

if (i == end() || this->operator()(val.first, i->first))
{
if (i == end() || this->operator()(val.first, i->first)) {
i = base::insert(i, val);
found = false;
}
Expand Down

0 comments on commit ec187ff

Please sign in to comment.