Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. In file included from ./Market.h:6:
  2. In file included from
  3. /Users/shubhamsharma/projects/liquibook/src/book/depth_order_book.h:6:
  4. /Users/shubhamsharma/projects/liquibook/src/book/order_book.h:559:17:
  5. error: no member named 'emplace' in
  6. 'std::__1::multimap<liquibook::book::ComparablePrice,
  7. liquibook::book::OrderTracker<std::__1::shared_ptr<orderentry::Order> >,
  8. std::__1::less<liquibook::book::ComparablePrice>, std::__1::allocator<std::__1::pair<const
  9. liquibook::book::ComparablePrice, liquibook::book::OrderTracker<std::__1::shared_ptr<orderentry::Order> > > >
  10. >'
  11. stopBids_.emplace(key, std::move(tracker));
Add Comment
Please, Sign In to add comment