ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> cpp-sig
cpp-sig
[C++-sig] Re: Duplicate "ignore"(again...) and more. (Latest CVS, VC .NET 2003)
by David Abrahams other posts by this author
Oct 21 2003 9:25AM messages near this date
Re: [C++-sig] Re: Duplicate "ignore"(again...) and more. (Latest CVS, VC .NET 2003) | [C++-sig] cl.exe heap limit (was: Re: More weird pyste behaviour)
Kerim,

This report should probably go to the main Boost developers' list.  A
small reproducible test case would also help a lot.

Thanks,
Dave


Kerim Borchaev <warkid@[...].ru>  writes:

>  Hello c++-sig,
> 
>  As I get it VC7.1 also has this bug with anonymous namespace:
> 
>  ... : error LNK2005:
>  "struct swallow_assign::boost::detail::swallow_assign
>  boost::tuples::`anonymous namespace'::ignore"
>  ... already defined in ...
> 
>  I've read the archives and found that this bug has already been fixed
>  for Visual C version <=7 in tuple_basic_no_partial_spec.hpp:
> 
>      namespace {
>  #if (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) || (defined(__DECCXX_VER) && __DECCXX_VER 
<= 60590031)
>        static
>  #endif 
>        detail::swallow_assign ignore;
>      }
> 
>  But VC7.1 is compiled with tuple_basic.hpp that has no such
>  a workaround.
> 
>  And another one:
>  ... : error LNK2005:
>  "class boost::arg<6> `anonymous namespace'::_6"
>  ... already defined in ...
> 
>  fixes if BOOST_MSVC <= 1300  replaced with BOOST_MSVC <= 1310 in
>  boost/bind/placeholders.hpp line 39
> 
>  It would be nice if the patch was supplied by someone with knowledge
>  of how to do it:-)
> 
>  Best regards,
>   Kerim                          mailto:warkid@[...].ru

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved