replace stdlib.h with cstdlib, remove not needed forward declarations in type traits, fix README typo

This commit is contained in:
ado
2021-01-06 09:08:59 +01:00
parent 29a21c3bca
commit 7ea33c80e2
3 changed files with 2 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
#include "restrictions.hpp"
#include <cstring>
#include <optional>
#include <stdlib.h>
#include <cstdlib>
#include <string>
#include <vector>