version 2.2.1

std::initializer_list supports for vector and dequeue
This commit is contained in:
2020-08-14 18:00:28 +03:00
parent e76a07a3f3
commit 31f0d88157
6 changed files with 21 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
#else
# include <malloc.h>
#endif
#include <initializer_list>
#include <string.h>
#include <new>
#ifndef PIP_MEMALIGN_BYTES