C++primer 5th private 中 alloc 是static吗?是的话默认构造函数应该初始化没了,应该还要定义。
有static才是静态的。但它allocator的实现可能达到了静态的效果。