Thread-safe iteration/traversal

Started by
9 comments, last by JarkkoL 12 years, 8 months ago

[font="arial, verdana, tahoma, sans-serif"]Immutable objects in C++ are a pain to work with. For one, if it doesn't have an assignment operator, you can't use it in STL containers.[/font]

That sounds like a strange limitation of STL containers. I would have imagined only copy-constructor & destructor are required.

Cheers, Jarkko

This topic is closed to new replies.

Advertisement