This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] c++0x <thread> testcase fixes


Chris Fairles wrote:
If a thread isn't joined when it goes out of scope, it becomes
detached. Since we can't garauntee that the thread will be complete
before program exit, best to join it. Also missed a couple "test"
variables.
Applied, thanks!

Paolo.

PS: careful when diffing, patch didn't apply cleanly, had to use -l


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]