对于微软和英特尔的编译器中采用不标准12字节的虚拟继承类型的指针的情况,我引发了一个编译时错误(compile-time error),因为需要一个特定的运行环境(workaround)。如果你在MSVC中使用虚拟继承,要在声明类之前使用FASTDELEGATEDECLARE宏。
基于40个网页-相关网页
... compile, machine language 机器语言编译 compile-time error 编译时期错误 compiled resource file 编译资源文件 ...
基于6个网页-相关网页
...let constantString = "Highlander"constantString += " and another Highlander"// 这会报告一个编译错误 (compile-time error) - 常量字符串不可以被修改。
基于4个网页-相关网页
Comparing tuples of unequal lengths results in a compile-time error.
比较不同长度的元组会产生编译时错误。
Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.
清单2显示了产生编译时错误的代码部分,因为该拷贝构造函数是私有的。
You will have a compile-time error something like: "The nested type Person cannot hide an enclosing type".
否则将会导致一个编译时间错误,如 “该嵌套类型 Person 无法隐藏封闭类型”。
应用推荐