penberg / helix

Helix, a market data feed handler for C and C++.
Other
110 stars 35 forks source link

order_book.cc: removed redundant calls to find() from lookup_or_create #42

Closed giuseppecalderaro closed 7 years ago

giuseppecalderaro commented 7 years ago

emplace() returns either the iterator to the newly emplaced object or to the object already in the container.