RE: [boost] Re: Thread: Why is my prog aborting after 283 or so threads?

2 Dec
2004
2 Dec
'04
2:26 p.m.
Good idea, thanks! -----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Bruno Martínez Aguerre Sent: Wednesday, December 01, 2004 8:46 PM To: boost@lists.boost.org Subject: [boost] Re: Thread: Why is my prog aborting after 283 or so threads? Just use an auto variable: // some code { boost::thread t(&some_proc); } // thread detached // more code Bruno Martínez On Wed, 1 Dec 2004 17:10:57 -0500, Caleb Epstein <caleb.epstein@gmail.com> wrote:
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
7513
Age (days ago)
7513
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim Laplaca