commit 257f1b2c29277acdf8c5fc05551f586141d981bb
parent 56f7c74ac48d06eda1e09b1c292d216e20912ebb
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 29 Sep 2022 19:06:55 +0200
Fixes #181
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.cc b/src/main.cc
@@ -2,7 +2,7 @@
// The purpose of this file is to check that all headers compile
-static const constexpr clap_version m = CLAP_VERSION;
+static const CLAP_CONSTEXPR clap_version m = CLAP_VERSION;
int main(int, char **) {
return !clap_version_is_compatible(m);