Compiler Error C7034
Error C7034: an array cannot be initialized with a parenthesized initializer
原因:std::vector不能存储数组。
This post is licensed under CC BY 4.0 by the author.
Error C7034: an array cannot be initialized with a parenthesized initializer
原因:std::vector不能存储数组。