Boost logo

Boost Users :

From: Cory Nelson (phrosty_at_[hidden])
Date: 2005-03-10 21:13:55


If you are sure the boost code will only be accessed with one thread,
it shouldn't matter.

Mixing runtimes can cause heap problems in some cases, so you'll have
to watch out for that. AFAIK, the only portion of Boost effected by
this is boost.thread's thread specific pointer.

On Thu, 10 Mar 2005 13:06:09 +0100 (MET), Oliver Kowalke
<oliver.kowalke_at_[hidden]> wrote:
> Hello,
> afaik '-mt' stands for multithreading.
> Do I've to link against the '-mt' version of a boost library if my
> application is single threaded but uses external libs which internally span
> threads?
> Could you be so kind to give me a generall guideline?
> thx
> Oliver
>
> --
> SMS bei wichtigen e-mails und Ihre Gedanken sind frei ...
> Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

-- 
Cory Nelson
http://www.int64.org

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net