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
Bar