From 35342ca5c785a48cb36e4cfc6898dc4d206808d4 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 12 Feb 2018 13:49:38 +0100 Subject: [PATCH] Define a version number https://github.com/woboq/verdigris/issues/17 --- src/wobjectdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wobjectdefs.h b/src/wobjectdefs.h index 5eb7024..026addf 100644 --- a/src/wobjectdefs.h +++ b/src/wobjectdefs.h @@ -32,6 +32,8 @@ #error Verdigris requires C++14 relaxed constexpr #endif +#define W_VERSION 0x010000 + namespace w_internal { using std::index_sequence; // From C++14, make sure to enable the C++14 option in your compiler