Boost logo

Boost Users :

Subject: Re: [Boost-users] [ptr_container] compiler error with BOOST_RESULT_OF_USE_DECLTYPE
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2011-02-25 17:32:06


> > Hello,
> >
> > The following code:
> >
> > #include
> > struct A
> > {
> > bool operator<(const A&) const;
> > };
> > int main()
> > {
> > boost::ptr_set s;
> > return 0;
> > }
> >
> > gives the following compiler errors when compiling with BOOST_RESULT_OF_USE_DECLTYPE
> > defined:
> [...]
>
> It's a bug yes. File a ticket.
>

I filed https://svn.boost.org/trac/boost/ticket/5232

Regards,
Nate.


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