Does GCC have a built-in compile time assert?

VladLosev picture VladLosev · Jun 12, 2009 · Viewed 21.3k times · Source

Our existing compile-time assert implementation is based on negative array index, and it provides poor diagnostic output on GCC. C++0x's static_assert is a very nice feature, and the diagnostic output it provides is much better. I know GCC has already implemented some C++0x features. Does anyone know if static_assert is among them and if it is then since what GCC version?

Answer

Evan Teran picture Evan Teran · Jun 12, 2009

According to this page, gcc has had static_assert since 4.3.