我无法用初始化元素初始化向量
i am unable to initilize vector with initilize elements
我无法用初始元素初始化向量。
我收到这个错误:
no instance of constructor "std::__1::vector<_Tp, _Allocator>::vector
[with _Tp=int, _Allocator=std::__1::allocator]" matches the
argument list
我在 MacBook Air M1 上使用 VS Code。
谢谢@BoP。
我刚刚将我的设置更改为 c++14 并且它有效 image.
我无法用初始元素初始化向量。
我收到这个错误:
no instance of constructor "std::__1::vector<_Tp, _Allocator>::vector [with _Tp=int, _Allocator=std::__1::allocator]" matches the argument list
我在 MacBook Air M1 上使用 VS Code。
谢谢@BoP。 我刚刚将我的设置更改为 c++14 并且它有效 image.