book.cpp
@@ -144,7 +144,6 @@ std::size_t count = 0; std::sort(askCopy.begin(), askCopy.end()); std::reverse(askCopy.begin(), askCopy.end()); uint64_t volume = 0; double price = askCopy.front().price; for (auto i : askCopy) { std::cout << i << std::endl;