
17 Nov
2010
17 Nov
'10
11:36 a.m.
Nice work! As far as I can see, your implementation suffers the same problem as all other techniques for detection of operator / member function presence. It causes compilation error in case the operator in question is private. I believe this should be pointed out in the docs. And another question. Why are you using your own implementation of is_convertible instead of the one supplied by boost? -- Best regards, Alaxander Fokin, ru.elric@gmail.com.