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.
2 parents cddb787 + 9a41d64 commit 744451aCopy full SHA for 744451a
bindings/python/requirements.txt
@@ -2,5 +2,5 @@
2
# This file is autogenerated by pip-compile with Python 3.10
3
# by the following command:
4
#
5
-# pip-compile bindings/python/requirements.in
+# pip-compile --pre bindings/python/requirements.in
6
include/geode/basic/common.hpp
@@ -60,6 +60,9 @@ public: \
60
static_assert( \
61
( type ) == 2 || type == 3, #type " template should be 2 or 3" )
62
63
+#define OPENGEODE_TEMPLATE_ASSERT_2D( type ) \
64
+ static_assert( ( type ) == 2, #type " template should be 2" )
65
+
66
#define OPENGEODE_TEMPLATE_ASSERT_3D( type ) \
67
static_assert( ( type ) == 3, #type " template should be 3" )
68
0 commit comments