j
k
j a
j l
On 2/25/2011 8:30 AM, Nathan Ridge wrote:
Hello, The following code: #include struct A { bool operator<(const A&) const; };
Hello,
The following code:
#include struct A { bool operator<(const A&) const; };
The compiler is pretty clear about it. Define bool operator<( const A&, const A& ); -Thorsten
Back to the thread
Back to the list