We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0458e4e commit 5425504Copy full SHA for 5425504
test/cxx14.cpp
@@ -3,6 +3,8 @@
3
#include <catch2/catch.hpp>
4
#include <type_traits>
5
6
+constexpr auto foo = WISE_ENUM_IMPL_NARG(bar, blub, baz)
7
+
8
WISE_ENUM_CLASS((Color, int64_t), (BLACK, 1), BLUE, RED)
9
10
enum class MoreColor
0 commit comments