gpt4 book ai didi

c++ - 错误 C2059 : syntax error : ''

转载 作者:行者123 更新时间:2023-11-30 01:47:34 24 4
gpt4 key购买 nike

这是我用于硬件驱动程序的 Visual C++ 代码,但我在编译时遇到以下错误。

template<class _A, class _R>
struct unary_function {
typedef _A argument_type;
typedef _R result_type;
};

最佳答案

不要使用以下划线和大写开头的标识符,它们由实现保留。很可能 _A_R 已被定义为在替换到您的代码中时没有任何意义的内容。

参见:What are the rules about using an underscore in a C++ identifier?

关于c++ - 错误 C2059 : syntax error : '<end Parse>' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31451271/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com