utils: add some handy STL conveniences

This commit is contained in:
Dirk-Jan C. Binnema
2022-03-26 16:14:23 +02:00
parent e0096c3dee
commit a23c99ff7e
2 changed files with 73 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#define _XOPEN_SOURCE
#endif /*_XOPEN_SOURCE*/
#include <array>
#include <time.h>
#define GNU_SOURCE