replace tabs
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@173 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
fdd476c49b
commit
55893e7b39
1 changed files with 3 additions and 3 deletions
|
@ -257,8 +257,8 @@ void test_vect2()
|
|||
|
||||
std::pair<test_vect2_t::iterator, bool> aux = vec21.insert(std::make_pair("xyz", 99));
|
||||
assert(!aux.second);
|
||||
assert(aux.first->first == "xyz");
|
||||
assert(aux.first->second == 3);
|
||||
assert(aux.first->first == "xyz");
|
||||
assert(aux.first->second == 3);
|
||||
|
||||
it = vec21.find("xyz");
|
||||
assert(it != vec21.end());
|
||||
|
@ -339,7 +339,7 @@ void test_vect5()
|
|||
vec51.insert(std::make_pair(2, "XX"));
|
||||
|
||||
test_vect5_t::const_iterator it = vec51.begin();
|
||||
std::string::size_type count=1;
|
||||
std::string::size_type count=1;
|
||||
|
||||
while (it != vec51.end()) {
|
||||
assert(std::string(it->second).length()==count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue