$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-12-28 14:58:54
Gennadiy Rozental wrote:
>> I had the same problem with vc 7.1.
>
> Strange. I never had problems like this with vc7.1
>
>> If you add 'static' to all
>> variables definitions in anonymous namespaces it works fine.
>
> But anonimous namespace should do the trick itself!
Many compilers have such problems when using precompiled headers, take a
look at boost/bind/placeholders.hpp for a list.