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 79b6576 commit d979e3dCopy full SHA for d979e3d
src/utils/Buffers.h
@@ -7,6 +7,9 @@
7
8
#ifndef MIN
9
# define MIN(a,b) (((a)<(b))?(a):(b))
10
+#endif
11
+
12
+#ifndef MAX
13
# define MAX(a,b) (((a)>(b))?(a):(b))
14
#endif
15
0 commit comments