Skip to content

Commit b1fc9ff

Browse files
author
Yandong Mao
committed
configury for constexpr
1 parent ec773b1 commit b1fc9ff

File tree

4 files changed

+144
-90
lines changed

4 files changed

+144
-90
lines changed

config.h.in

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
/* Define data structure for map phase */
44
#undef DEFAULT_MAP_DS
55

6+
/* Define if the C++ compiler understands constexpr. */
7+
#undef HAVE_CXX_CONSTEXPR
8+
69
/* map -> merge -> reduce */
710
#undef MAP_MERGE_REDUCE
811

0 commit comments

Comments
 (0)