Sequoia
Loading...
Searching...
No Matches
MSVC_Workarounds.hpp
Go to the documentation of this file.
1
2// Copyright Oliver J. Rosten 2023. //
3// Distributed under the GNU GENERAL PUBLIC LICENSE, Version 3.0. //
4// (See accompanying file LICENSE.md or copy at //
5// https://www.gnu.org/licenses/gpl-3.0.en.html) //
7
10#pragma once
11
12// Bug report: https://developercommunity.visualstudio.com/t/Wrapped-std::array-holding-type-whose-co/10465475
13#ifdef _MSC_VER
14#define ANOTHER_DODGY_MSVC_CONSTEXPR const
15#else
16#define ANOTHER_DODGY_MSVC_CONSTEXPR constexpr
17#endif