10 Aug
2008
10 Aug
'08
11:06 a.m.
Isaac Lascasas:
Checking the bind.hpp I found the following:
template< class M, class T > struct add_cref< M T::*, 1 > { typedef M const & type; };
Maybe I'm doing something wrong or it is just a typo in the bind.hpp?
Neither. It's a confirmed bug in the compiler. You can ignore this particular warning.