Commit 3ee1bab3 authored by gabime's avatar gabime

added std:: to vector decl in bench

parent c3757c99
......@@ -28,7 +28,7 @@ int main(int argc, char* argv[])
logger->set_pattern("[%Y-%b-%d %T.%e]: %v");
std::atomic<int > msg_counter {0};
vector<thread> threads;
std::vector<thread> threads;
for (int t = 0; t < thread_count; ++t)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment