question about STL thread-safe and STL debugging
Posted
by skydoor
on Stack Overflow
See other posts from Stack Overflow
or by skydoor
Published on 2010-04-13T14:47:58Z
Indexed on
2010/04/13
15:03 UTC
Read the original article
Hit count: 668
I have two questions about STL
1) why STL is not thread-safe? Is there any structure that is thread-safe?
2) How to debug STL using GDB? In GDB, how can I print a vector?
© Stack Overflow or respective owner