aboutsummaryrefslogtreecommitdiff
path: root/conform/data/assert.h-data
blob: 2344ee323705d7a8930cdae98049890397ce8b57 (plain)
1
2
3
4
5
6
7
8
9
macro assert

#if defined ISO11 || defined ISO23
macro static_assert
#endif

#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23
allow *_t
#endif