$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-10 12:46:41
Roland Schwarz wrote:
> Could it be, that typeid(...) or .name() are not thread safe on msvc-6.5
> altough they are located in the thread safe version of the runtime lib?
I found the following:
http://groups.google.at/group/microsoft.public.vc.language/browse_frm/thread/81acb64992ed103/153b11ca2b57ee95?lnk=st&q=typeid++not+thread+safe&rnum=2&hl=de#153b11ca2b57ee95
(Search google groups: typeid not thread safe)
Unfortunately the guy does not mention how he found out :-(
Roland