28 Dec
2005
28 Dec
'05
7:58 p.m.
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.