0_0_39324221_20335.cpp
0_0_39324221_20335.cpp(43) : error C2593: “operator =”不明确
VC2013\INCLUDE\set(369): 可能是“std::multiset<int,std::less<_Kty>,std::allocator<_Kty>> &std::multiset<_Kty,std::less<_Kty>,std::allocator<_Kty>>::operator =(std::initializer_list<int>)”
with
[
_Kty=int
]
VC2013\INCLUDE\set(321): 或 “std::multiset<int,std::less<_Kty>,std::allocator<_Kty>> &std::multiset<_Kty,std::less<_Kty>,std::allocator<_Kty>>::operator =(std::multiset<_Kty,std::less<_Kty>,std::allocator<_Kty>> &&)”
with
[
_Kty=int
]
VC2013\INCLUDE\set(305): 或 “std::multiset<int,std::less<_Kty>,std::allocator<_Kty>> &std::multiset<_Kty,std::less<_Kty>,std::allocator<_Kty>>::operator =(const std::multiset<_Kty,std::less<_Kty>,std::allocator<_Kty>> &)”
with
[
_Kty=int
]
尝试匹配参数列表“(std::multiset<int,std::less<_Kty>,std::allocator<_Kty>>, initializer-list)”时
with
[
_Kty=int
]
|