Jump to content

Recommended Posts

exchange.cpp:311:21: error: no member named 'make_unique' in namespace 'std'
                        s_grid[i] = std::make_unique<CGrid>(INVENTORY_WI...
                                    ~~~~~^
exchange.cpp:311:33: error: 'CGrid' does not refer to a value
                        s_grid[i] = std::make_unique<CGrid>(INVENTORY_WI...
                                                     ^
./exchange.h:3:7: note: declared here
class CGrid;
      ^
exchange.cpp:320:26: error: no member named 'make_unique' in namespace 'std'
        s_grid[i] = std::make_unique<CGrid>(INVENTORY_WIDTH,new_size);
                    ~~~~~^
exchange.cpp:320:38: error: 'CGrid' does not refer to a value
        s_grid[i] = std::make_unique<CGrid>(INVENTORY_WIDTH,new_size);
                                     ^
./exchange.h:3:7: note: declared here
class CGrid;

 

Any idea ?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.