How does std::allocator work in constexpr?

后端 未结 0 577
鱼传尺愫
鱼传尺愫 2020-12-16 20:49

Is there a way to allocate uninitialized memory and then use it to construct objects without std::allocator? I looked into std::allocator\'s sources and it just calls the or

相关标签:
回答
  • 消灭零回复
提交回复
热议问题