0_0_39826999_21098.cpp
VC2013\INCLUDE\xmemory0(588) : error C2512: “Level”: 没有合适的默认构造函数可用
VC2013\INCLUDE\xmemory0(587): 编译类 模板 成员函数“void std::allocator<_Ty>::construct(_Ty *)”时
with
[
_Ty=Level
]
VC2013\INCLUDE\xmemory0(723): 参见对正在编译的函数 模板 实例化“void std::allocator<_Ty>::construct(_Ty *)”的引用
with
[
_Ty=Level
]
VC2013\INCLUDE\type_traits(572): 参见对正在编译的类 模板 实例化“std::allocator<_Ty>”的引用
with
[
_Ty=Level
]
VC2013\INCLUDE\vector(650): 参见对正在编译的类 模板 实例化“std::is_empty<_Alloc>”的引用
with
[
_Alloc=std::allocator<Level>
]
0_0_39826999_21098.cpp(38): 参见对正在编译的类 模板 实例化“std::vector<Level,std::allocator<_Ty>>”的引用
with
[
_Ty=Level
]
|