Added std::initializer_list constructors when ETL_CPP11_SUPPORTED is defined as 1

This commit is contained in:
John Wellbelove 2018-03-25 14:41:17 +01:00
parent cc30339466
commit 6f6c80fcd5

View File

@ -1,9 +1,13 @@
===============================================================================
11.00.1
11.2.0
Added std::initializer_list constructors to containers, if ETL_CPP11_SUPPORTED is set to 1
===============================================================================
11.0.1
Added reset() to etl::optional
===============================================================================
11.00.0
11.0.0
New directory structure.
C & CPP files in src/
H files in include/etl/