$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-04 03:04:13
Roland wrote:
> I am a little afraid, that defining _tls_used ourselfes, we could messs up with the
> copilers ability to handle __declspec(thread) correctly. Did you any testing on
> this so far?
Yes, with results you are expecting - linker error due to symbol
redefinition :/ Thus I think we should not do it, and stay with
_tls_used defined by compiler.
B.