helics 3.7.0
Loading...
Searching...
No Matches
frozen_map.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 <frozen/string.h>
11# include <frozen/unordered_map.h>
12# pragma warning(pop)
13#else
14# ifdef __GNUC__
15# pragma GCC system_header
16# endif
17# include <frozen/string.h>
18# include <frozen/unordered_map.h>
19#endif