From 83ff2c1707b3c1e304feb2127503d9878b05fa9d Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 27 Dec 2017 04:38:07 -0800 Subject: Remove antiquated check for alignas C++14 required, alignas and alignof are now well supported as C++11 features. --- config/openaxiom-c-macros.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config/openaxiom-c-macros.h.in') diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 0ec30abc..c054cc0d 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -226,10 +226,4 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -/* Alignment specifier operator */ -#undef alignas - -/* Alignment query operator */ -#undef alignof - #endif // OPENAXIOM_CONFIG_included -- cgit v1.2.3