25 Feb
2011
25 Feb
'11
4:33 p.m.
On 25/02/2011 08:30, Nathan Ridge wrote:
Hello,
The following code:
#include
struct A { bool operator<(const A&) const; }; int main() { boost::ptr_set<A> 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.