[libaxx] initializer_list use size_t

This commit is contained in:
Romain Goyet
2020-04-11 23:06:04 -04:00
committed by Ecco
parent 5faa251c1f
commit 2e6dec5f1d

View File

@@ -1,6 +1,8 @@
#ifndef LIBAXX_INITIALIZER_LIST
#define LIBAXX_INITIALIZER_LIST
#include <stddef.h>
namespace std {
template<class T>