Distributed Ranges
Loading...
Searching...
No Matches
format_shim.hpp
1// SPDX-FileCopyrightText: Intel Corporation
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#pragma once
6
7#ifdef DR_FORMAT
8#include <fmt/core.h>
9#include <fmt/ranges.h>
10#endif
11
12// Workaround for doxygen warning about internal inconsistency
13namespace fmt {}