
17 Sep
2008
17 Sep
'08
8:43 a.m.
On Tue, Sep 16, 2008 at 9:37 PM, Michael Marcin <mike.marcin@gmail.com> wrote:
Ion GaztaƱaga wrote:
Yes. Although the standard does not guarantee it, I think most (all?) implementations offer read-only thread-safety. Intrusive offers similar guarantees. Intrusive documentation says:
Based on this I took another look. At least VC++ 2008 explicitly gives this guarantee so thank you. I can skip inventing a list for at least a little bit longer until I need to ensure portability.
Next standard will guarantee it and most (all?) implementations already give it. You do not have to worry about portability :) -- gpd