From f2c959b941bc79dcdc35ab7e8a2a0d3e8ad03a05 Mon Sep 17 00:00:00 2001 From: plutooo Date: Sat, 15 Sep 2018 08:11:31 +0200 Subject: [PATCH] Fix compilation error on pre-14 C++ --- nx/include/switch/services/audren.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/audren.h b/nx/include/switch/services/audren.h index d696dc97..5dfe3ba7 100644 --- a/nx/include/switch/services/audren.h +++ b/nx/include/switch/services/audren.h @@ -8,7 +8,7 @@ #include "../audio/audio.h" -#ifdef __cplusplus +#if __cplusplus >= 201402L #define AUDREN_CONSTEXPR constexpr #else #define AUDREN_CONSTEXPR static inline