Ich habe eine MSVC-Lösung (C ++ 23, Module, die std; In dieser Konfiguration erhalte ich C2039- und C2672-Fehler in derselben Zeile in einer Datei namens Xtree. Dies ist ein interner Microsoft-Header.
Code: Select all
D:\Programs\Visual Studio 2022\VC\Tools\MSVC\14.43.34808\include\xtree(1090,50):
1> the template instantiation context (the oldest one first) is
1> D:\Code\WxGenerator\Wx Generator\WxMonth.cpp(783,45):
1> see reference to class template instantiation
break;
}
allStats[paramName][paramValue]++;
}
}
mLog->LogInfo("CollectStats(): All data collected");
return allStats;
}
< /code>
Alle Projektkonfigurationen Enable /STD: C ++ Neueste, /ExperimentalModule, Build ISO C ++ 23 STL -Module. Die Plattform -Toolset -Eigenschaft ist auf "Visual Studio 2022 (v143)".>