Tagged Questions
14
votes
4answers
843 views
Partial ordering with function template having undeduced context
While reading another question, i came to a problem with partial ordering, which i cut down to the following test-case
template<typename T>
struct Const { typedef void type; };
...