helics  3.5.2
fmt_format.h
1 /*
2 Copyright (c) 2017-2024,
3 Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Sustainable
4 Energy, LLC. See the top-level NOTICE for additional details. All rights reserved.
5 SPDX-License-Identifier: BSD-3-Clause
6 */
7 #pragma once
8 #ifdef _MSC_VER
9 # pragma warning(push, 0)
10 # include <fmt/format.h>
11 # pragma warning(pop)
12 #else
13 # ifdef __GNUC__
14 # pragma GCC system_header
15 # endif
16 # include <fmt/format.h>
17 #endif