Skip to content

Commit cfc0792

Browse files
committed
Add regenerated IdlFbInterfaces.h header
1 parent afc0f98 commit cfc0792

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/firebird/IdlFbInterfaces.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818

1919
#ifndef CLOOP_CONSTEXPR
20-
#if __cplusplus >= 201103L
20+
#if __cplusplus >= 201703L
21+
#define CLOOP_CONSTEXPR inline constexpr
22+
#elif __cplusplus >= 201103L
2123
#define CLOOP_CONSTEXPR constexpr
2224
#else
2325
#define CLOOP_CONSTEXPR const

0 commit comments

Comments
 (0)