0
In file included from ./Market.h:6:
In file included from 
/Users/shubhamsharma/projects/liquibook/src/book/depth_order_book.h:6:
/Users/shubhamsharma/projects/liquibook/src/book/order_book.h:559:17: 
error: no member named 'emplace' in
  'std::__1::multimap<liquibook::book::ComparablePrice,
  liquibook::book::OrderTracker<std::__1::shared_ptr<orderentry::Order> >,
  std::__1::less<liquibook::book::ComparablePrice>, std::__1::allocator<std::__1::pair<const
  liquibook::book::ComparablePrice, liquibook::book::OrderTracker<std::__1::shared_ptr<orderentry::Order> > > >
  >'
  stopBids_.emplace(key, std::move(tracker));

我已经设置了所有的环境变量,Makefile是使用MPC生成的,错误出现在make all之后。我尝试将我的 gcc 升级到 4.9,但仍然出现同样的错误。请帮忙!

4

0 回答 0