helics  3.5.2
frozen_map.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 <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