Files
osrm-backend/src/util/timed_historgram.cpp
T
Daniel Patterson 50d9632ed7 Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10

* Reformat using clang-format-10.0.09
2020-11-26 07:21:39 -08:00

13 lines
166 B
C++

#include "util/timed_histogram.hpp"
namespace osrm
{
namespace util
{
namespace detail
{
std::atomic_uint operation = {0};
}
} // namespace util
} // namespace osrm