Skip to content

Commit 0dd915f

Browse files
Gate RESTProcess_base on C++17
1 parent 462af7c commit 0dd915f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

RESTProcess_base.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#ifndef CLASSDESC_RESTPROCESS_BASE_H
1010
#define CLASSDESC_RESTPROCESS_BASE_H
11+
#if defined(__cplusplus) && __cplusplus>=201703L
12+
1113
/// A classdesc descriptor to generate virtual xrap processing calls
1214
#include "function.h"
1315
#include "multiArray.h"
@@ -1707,3 +1709,4 @@ using classdesc::RESTProcess;
17071709
using classdesc::RESTProcess_onbase;
17081710

17091711
#endif
1712+
#endif

0 commit comments

Comments
 (0)