Use assert.h instead of define manually static_assert

This commit is contained in:
Danny Willems 2020-05-15 19:46:45 +02:00
parent 80fe96a04e
commit e465731e69
No known key found for this signature in database
GPG Key ID: 87E9243228C1E125
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <stdint.h>
#ifndef __cplusplus
#define static_assert _Static_assert
#include <assert.h>
#include <stdalign.h>
#endif