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?
Our existing compile-time assert implementation is based on negative array index, and it provides
Share
According to this page, gcc has had
static_assertsince 4.3.