22 Jan
2014
22 Jan
'14
11:07 p.m.
On 01/22/2014 02:56 PM, Fletcher, John P wrote:
I have looked at the code for no 9111 and it looks like this:
template
bool operator==(function_ptr const & rhs) const { return false; } For some reason that specialized case is always returning false, which is why rhs is unused.
I need to look into why that is the case, or else do some dummy operation on rhs which will suppress the warning.
John
or ....
template