std::map emplace piecewise_construct of POD containing subtype that is not copyable nor moveable

前端 未结 0 663
庸人自扰
庸人自扰 2020-12-23 07:43

I wanted to create an item into a map using C++17 (g++-6 or higher). The value_type of the map is a POD Bar which contains a non-copyable, non-moveable member o

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