We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462af7c commit 0dd915fCopy full SHA for 0dd915f
1 file changed
RESTProcess_base.h
@@ -8,6 +8,8 @@
8
9
#ifndef CLASSDESC_RESTPROCESS_BASE_H
10
#define CLASSDESC_RESTPROCESS_BASE_H
11
+#if defined(__cplusplus) && __cplusplus>=201703L
12
+
13
/// A classdesc descriptor to generate virtual xrap processing calls
14
#include "function.h"
15
#include "multiArray.h"
@@ -1707,3 +1709,4 @@ using classdesc::RESTProcess;
1707
1709
using classdesc::RESTProcess_onbase;
1708
1710
1711
#endif
1712
+#endif
0 commit comments