50d9632ed7
* Update formatting tools to clang-format-10 * Reformat using clang-format-10.0.09
13 lines
166 B
C++
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
|