Sygaldry
Loading...
Searching...
No Matches
sygah-consteval.hpp
1/*
2Copyright 2023 Travis J. West, https://traviswest.ca, Input Devices and Music Interaction Laboratory
3(IDMIL), Centre for Interdisciplinary Research in Music Media and Technology
4(CIRMMT), McGill University, Montréal, Canada, and Univ. Lille, Inria, CNRS,
5Centrale Lille, UMR 9189 CRIStAL, F-59000 Lille, France
6
7SPDX-License-Identifier: MIT
8*/
9
13
19#ifdef __clang__
20#define _consteval constexpr
21#else
22#define _consteval consteval
23#endif