You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< "hint: the compiler tried to instantiate a template with your types, but one or more required expressions or types were not valid"
97
-
<< RESET << "\n";
98
+
<< "hint: "
99
+
<< RESET
100
+
<< "the compiler tried to instantiate a template with your types, but one or more required expressions or types were not valid"
101
+
<< "\n";
98
102
99
103
std::cerr << YELLOW
100
-
<< "hint: check the template constraints, required member types/functions, and whether the chosen type really supports the operations used inside the template"
101
-
<< RESET << "\n";
104
+
<< "hint: "
105
+
<< RESET
106
+
<< "check the template constraints, required member types/functions, and whether the chosen type really supports the operations used inside the template"
0 commit comments