helics 3.7.0
Loading...
Searching...
No Matches
fmt_format.h
1/*
2Copyright (c) 2017-2026,
3Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Energy
4Innovation LLC. See the top-level NOTICE for additional details. All rights reserved.
5SPDX-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