[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 257834] Unable to expand both "first" and "second" members of
From:       Andrey <kamre () ngs ! ru>
Date:       2011-01-27 21:07:07
Message-ID: 20110127210707.8BA377C154 () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=257834


Andrey <kamre@ngs.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kamre@ngs.ru




--- Comment #2 from Andrey <kamre ngs ru>  2011-01-27 22:07:06 ---
Similar problems with std::map and std::string containers:

#include <map>
#include <list>
#include <string>
using namespace std;

int main()
{
    typedef map<string, list<string> > map_t;
    map_t m;
    m["one"].push_back("a");
    m["one"].push_back("b");
    m["one"].push_back("c");
    m["two"].push_back("1");
    m["two"].push_back("2");
    m["two"].push_back("3");
    map_t::const_iterator i = m.begin();
    i++;
    return 0; // <= break point on this line
              // neither "m" nor "i" are displayed in correct way
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic