We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec773b1 commit b1fc9ffCopy full SHA for b1fc9ff
config.h.in
@@ -3,6 +3,9 @@
3
/* Define data structure for map phase */
4
#undef DEFAULT_MAP_DS
5
6
+/* Define if the C++ compiler understands constexpr. */
7
+#undef HAVE_CXX_CONSTEXPR
8
+
9
/* map -> merge -> reduce */
10
#undef MAP_MERGE_REDUCE
11
0 commit comments