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.

原文地址:https://www.cnblogs.com/zangkuo/p/6139791.html