0_0_39657681_30913.cpp
VC2013\INCLUDE\xmemory0(600) : error C2661: “node::node”: 没有重载函数接受 2 个参数
VC2013\INCLUDE\xmemory0(723): 参见对正在编译的函数 模板 实例化“void std::allocator<_Ty>::construct<_Objty,int,int>(_Objty *,int &&,int &&)”的引用
with
[
_Ty=node
, _Objty=node
]
VC2013\INCLUDE\xmemory0(723): 参见对正在编译的函数 模板 实例化“void std::allocator<_Ty>::construct<_Objty,int,int>(_Objty *,int &&,int &&)”的引用
with
[
_Ty=node
, _Objty=node
]
VC2013\INCLUDE\xmemory0(872): 参见对正在编译的函数 模板 实例化“void std::allocator_traits<_Alloc>::construct<_Ty,int,int>(std::allocator<_Ty> &,_Objty *,int &&,int &&)”的引用
with
[
_Alloc=std::allocator<node>
, _Ty=node
, _Objty=node
]
VC2013\INCLUDE\xmemory0(872): 参见对正在编译的函数 模板 实例化“void std::allocator_traits<_Alloc>::construct<_Ty,int,int>(std::allocator<_Ty> &,_Objty *,int &&,int &&)”的引用
with
[
_Alloc=std::allocator<node>
, _Ty=node
, _Objty=node
]
VC2013\INCLUDE\vector(899): 参见对正在编译的函数 模板 实例化“void std::_Wrap_alloc<std::allocator<_Ty>>::construct<node,int,int>(_Ty *,int &&,int &&)”的引用
with
[
_Ty=node
]
VC2013\INCLUDE\vector(899): 参见对正在编译的函数 模板 实例化“void std::_Wrap_alloc<std::allocator<_Ty>>::construct<node,int,int>(_Ty *,int &&,int &&)”的引用
with
[
_Ty=node
]
0_0_39657681_30913.cpp(53): 参见对正在编译的函数 模板 实例化“void std::vector<node,std::allocator<_Ty>>::emplace_back<int,int>(int &&,int &&)”的引用
with
[
_Ty=node
]
0_0_39657681_30913.cpp(53): 参见对正在编译的函数 模板 实例化“void std::vector<node,std::allocator<_Ty>>::emplace_back<int,int>(int &&,int &&)”的引用
with
[
_Ty=node
]
|