Skip to content

Commit 893c56c

Browse files
committed
cppapi/server/tango_config.h: Map TANGO_NORETURN always to [[noreturn]]
We now always require C++11.
1 parent 03bccb9 commit 893c56c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cppapi/server/tango_config.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,7 @@
388388
#define TANGO_LONG32
389389
#endif
390390

391-
#ifdef HAS_ATTRIBUTE_SPECIFIERS
392-
#define TANGO_NORETURN [[noreturn]]
393-
#else
394-
#define TANGO_NORETURN
395-
#endif
391+
#define TANGO_NORETURN [[noreturn]]
396392

397393
// C++14 style constexpr
398394
#ifdef HAS_CONSTEXPR

0 commit comments

Comments
 (0)