
Borland C++ 5.6 for Win32 Copyright (c) 1993, 2002 Borland c:\BoostMainCVS\libs\serialization\test\test_shared_ptr_132.cpp: Error E2238 C:\BoostMainCVS\boost/serialization/detail/shared_count_132.hpp 75: Multiple declaration for 'bad_weak_ptr' Error E2344 C:\BoostMainCVS\boost/detail/bad_weak_ptr.hpp 39: Earlier declaration of 'bad_weak_ptr' Error E2238 C:\BoostMainCVS\boost/serialization/detail/shared_count_132.hpp 95: Multiple declaration for 'sp_counted_base' Error E2344 C:\BoostMainCVS\boost/detail/sp_counted_base_w32.hpp 36: Earlier declaration of 'sp_counted_base' Error E2238 C:\BoostMainCVS\boost/serialization/detail/shared_count_132.hpp 320: Multiple declaration for 'shared_count' Error E2228 C:\BoostMainCVS\boost/serialization/detail/shared_count_132.hpp 320: Too many error or warning messages *** 6 errors in Compile *** AlisdairM wrote:
Robert Ramey wrote:
Hmm I patched these in but now my test_shrare_ptr_132 doesn't compile. I'm can't see what we're doing differently.
Can you post the compiler errors you are seeing?
[I presume it is only the Borland compiler failing still, as I protected all updates with BOOST_WORKAROUND tests]
correct Robert Ramey