Boost logo

Boost Users :

Subject: Re: [Boost-users] New declaration ambiguates old declaration mutant.hpp
From: Celine.Murphy_at_[hidden]
Date: 2009-05-01 11:45:30


Lines 68 and 55 of Mutant.hpp are :

View&

>::type mutate( Type & m )
{ (LINE:55)
    BOOST_MPL_ASSERT((
        ::boost::mpl::contains<BOOST_DEDUCED_TYPENAME
Type::mutant_views,View>
    ));
    return *reinterpret_cast< View* >(addressof(m));
}

template< class View, class Type >
BOOST_DEDUCED_TYPENAME enable_if< is_const< Type >,

const View&

>::type mutate( Type & m )
{ (LINE:68)
    BOOST_MPL_ASSERT((
        ::boost::mpl::contains<BOOST_DEDUCED_TYPENAME
Type::mutant_views,View>
    ));
    return *reinterpret_cast< const View* >(addressof(m));
}

Can anyone shed some light?

Thanks
Celine

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]
<mailto:boost-users-bounces_at_[hidden]> ] On Behalf Of Murphy,
Celine: IT (LDN)
Sent: 01 May 2009 14:44
To: boost-users_at_[hidden]
Subject: [Boost-users] New declaration ambiguates old declaration
mutant.hpp

/ThirdParty/include/boost-1.38.0/boost-1_38/boost/bimap/relation/detail/
mutant.hpp:68: new
   declaration `template<class View, class Type>
   boost::enable_if<boost::is_const<Reference>, const View&>::type
   boost::bimaps::relation::detail::mutate(Type&)'

/ThirdParty/include/boost-1.38.0/boost-1_38/boost/bimap/relation/detail/
mutant.hpp:55: ambiguates

   old declaration `template<class View, class Type>
   boost::enable_if<boost::mpl::not_<boost::is_const<Reference> >,
View&>::type
   boost::bimaps::relation::detail::mutate(Type&)'

Hi,

I am getting the above error when I try to compile a class that includes
boost/bimap.hpp.

It happens at the include stage.

Has anyone seen this before?

Gcc 3.2.3, boost 1.38.

Thanks
Celine

_______________________________________________

This e-mail may contain information that is confidential, privileged or
otherwise protected from disclosure. If you are not an intended
recipient of this e-mail, do not duplicate or redistribute it by any
means. Please delete it and any attachments and notify the sender that
you have received it in error. Unless specifically indicated, this
e-mail is not an offer to buy or sell or a solicitation to buy or sell
any securities, investment products or other financial product or
service, an official confirmation of any transaction, or an official
statement of Barclays. Any views or opinions presented are solely those
of the author and do not necessarily represent those of Barclays. This
e-mail is subject to terms available at the following link:
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent
to the foregoing. Barclays Capital is the investment banking division
of Barclays Bank PLC, a company registered in England (number 1026167)
with its registered offic e at 1 Churchill Place, London, E14 5HP.
This email may relate to or be sent from other members of the Barclays
Group.
_______________________________________________
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users
<http://lists.boost.org/mailman/listinfo.cgi/boost-users>

_______________________________________________

This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing. Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group.
_______________________________________________



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net