MSVC kompiliert C ++ - Code in x86, jedoch nicht x64C++

Programme in C++. Entwicklerforum
Anonymous
 MSVC kompiliert C ++ - Code in x86, jedoch nicht x64

Post by Anonymous »

MSVS-Community 2022 V17.13.2, 64-Bit, Win10 neuestes
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
Die Datei- und Zeilennummer bezieht sich auf eine Funktion, die die Anzahl eindeutiger Datenelementwerte in einem Vektor > erfasst und die Zählungen in einer Karte LogError("CollectStats(): wxparam reached default case unexpectedly.");
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)".>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post