不可验证的 meaning in English
unverifiable
Examples
- Which causes the compiler to generate errors for each non - verifiable code construct
生成可验证的组件,这将使编译器针对每个不可验证的代码构造生成错误。 - Removing native data types because native data types are non - verifiable , even if they are not actually used , you must remove all header files containing native types
由于本机数据类型是不可验证的,因此,即使实际上并没有使用,也必须移除所有包含本机数据类型的头文件。 - The crt and standard c library provided are not verifiable ; ultimately , your calls are still routed to the same crt and standard c library as you are using from native code
提供的crt和标准c + +库是不可验证的;最终,调用与从本机代码使用一样仍旧路由到相同的crt和标准c + +库。 - There is one coding scenario that will pass the compiler but that will result in an unverifiable assembly : calling a virtual function through an object instance using the scope resolution operator
以下编码方案可以通过编译器,但会导致不可验证的程序集:使用范围解析运算符通过对象实例调用虚函数。例如: