This commit is contained in:
gabime
2014-03-31 02:31:26 +03:00
parent 4696132cd5
commit bde2d24abb
6 changed files with 83 additions and 85 deletions

View File

@@ -20,7 +20,7 @@ class blocking_queue
{
public:
using queue_type = std::queue<T>;
using item_type = T;
using item_type = T;
using size_type = typename queue_type::size_type;
using clock = std::chrono::system_clock;