Warning: 'typedef' was ignored in this declaration
Posted Zack-Scu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: 'typedef' was ignored in this declaration相关的知识,希望对你有一定的参考价值。
Question:
Warning: ‘typedef‘ was ignored in this declaration.
Answers:
Delete typedef
. It‘s the C way of declaring structs, C++ does it automatically for you.
以上是关于Warning: 'typedef' was ignored in this declaration的主要内容,如果未能解决你的问题,请参考以下文章