diff options
author | Max Kellermann <max@duempel.org> | 2014-11-28 19:09:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-28 19:09:56 +0100 |
commit | d93172bee81ce18cd3ea4675907d204502d7ff49 (patch) | |
tree | fd138b52de46d524843d046c06fd05b1f10f0c2d /src/output/plugins/httpd/HttpdInternal.hxx | |
parent | 25429af1227469e1b8d1c43d5da8d9d1b109fe8c (diff) |
Compiler.h: add macro CLANG_OR_GCC_VERSION()
Diffstat (limited to 'src/output/plugins/httpd/HttpdInternal.hxx')
-rw-r--r-- | src/output/plugins/httpd/HttpdInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdInternal.hxx b/src/output/plugins/httpd/HttpdInternal.hxx index 20ff15e42..303170268 100644 --- a/src/output/plugins/httpd/HttpdInternal.hxx +++ b/src/output/plugins/httpd/HttpdInternal.hxx @@ -153,7 +153,7 @@ public: HttpdOutput(EventLoop &_loop); ~HttpdOutput(); -#if defined(__clang__) || GCC_CHECK_VERSION(4,7) +#if CLANG_OR_GCC_VERSION(4,7) constexpr #endif static HttpdOutput *Cast(AudioOutput *ao) { |