CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: peterad

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,868

    Re: Are std::list iterators broken in VC++2008?

    I suspect you are correct, at least from what I can tell tracing through VC++'s STL list source. The problem is relatively easily fixed/worked around by reassigning the iterator to list2.end() and...
  2. Replies
    2
    Views
    4,868

    Are std::list iterators broken in VC++2008?

    From my understanding of STL, list iterators are supposed to remain valid after a splice operation, however I seem to be getting a problem when I use an iterator to splice one object from list A to...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured