We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ec5d0 commit a9378e5Copy full SHA for a9378e5
tinyexpr.h
@@ -78,6 +78,11 @@
78
#include <tuple>
79
#include <type_traits>
80
81
+constexpr int TINYEXPR_CPP_MAJOR_VERSION = 1;
82
+constexpr int TINYEXPR_CPP_MINOR_VERSION = 0;
83
+constexpr int TINYEXPR_CPP_PATCH_VERSION = 0;
84
+constexpr int TINYEXPR_CPP_TWEAK_VERSION = 0;
85
+
86
class te_parser;
87
88
#if defined(TE_RAND_SEED) && defined(TE_RAND_SEED_TIME)
0 commit comments