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
// Avoid the "Visual Studio version" error on windows platform.
1449
-
if (ErrStr.find("error:") == ErrStr.rfind("error:") && (ErrStr.contains("no function template matches function template specialization 'this_multi_grid'") ||
1450
-
ErrStr.contains(
1451
-
"error -- unsupported Microsoft Visual Studio version"))) {
1449
+
if (ErrStr.find("error:") == ErrStr.rfind("error:") &&
1450
+
(ErrStr.contains("no function template matches function "
1451
+
"template specialization 'this_multi_grid'") ||
1452
+
ErrStr.contains(
1453
+
"error -- unsupported Microsoft Visual Studio version"))) {
1452
1454
break;
1453
1455
}
1454
1456
if (ErrStr.contains("use of undeclared identifier")) {
0 commit comments