DescriptionDowngrades the error to a warning in:
template<typename T> struct set{};
struct Value {
template<typename T>
void set(T value) {
}
};
void foo() {
Value v;
v.set<double>(3.2);
}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Improve manual #
MessagesTotal messages: 4
|