"C2338: /RTCc rejects conformant code, so it isn't supported by the C++ Standard Lib
Either remove this compiler option,
or define _ALLOW_RTCc_IN_STL to acknowledge that you have received this warning."
这是Visual Studio 2019发出的一致消息,请确认在运行时类型检查(又称为RTC)中所做的更改.
抑制错误- define _ALLOW_RTCc_IN_STL in preprocessor