mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
Problem: clang-format produces C++11 style nested templated arguments
Solution: Fixed C++ standard in clang-format config
This commit is contained in:
@@ -52,7 +52,7 @@ void benchmark_lookup (T &subscriptions_,
|
||||
std::vector<unsigned char *> &queries_)
|
||||
{
|
||||
using namespace std::chrono;
|
||||
std::vector<duration<long, std::nano>> samples_vec;
|
||||
std::vector<duration<long, std::nano> > samples_vec;
|
||||
samples_vec.reserve (samples);
|
||||
|
||||
for (std::size_t run = 0; run < warmup_runs; ++run) {
|
||||
|
||||
Reference in New Issue
Block a user