Added #include <new> to files using 'placement new'.

This commit is contained in:
John Wellbelove 2019-06-01 17:07:18 +01:00
parent 9eb830c5d6
commit 70513ef678
2 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ SOFTWARE.
#define ETL_VERSION_MAJOR 14
#define ETL_VERSION_MINOR 26
#define ETL_VERSION_PATCH 1
#define ETL_VERSION_PATCH 2
#define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) ETL_STRINGIFY(ETL_VERSION_MINOR) ETL_STRINGIFY(ETL_VERSION_PATCH)
#define ETL_VERSION_W ETL_WIDE_STRING(ETL_CONCAT(ETL_CONCAT(ETL_VERSION_MAJOR, ETL_VERSION_MINOR), ETL_VERSION_PATCH))

View File

@ -1,3 +1,7 @@
===============================================================================
14.26.2
Added #include <new> to files using 'placement new'.
===============================================================================
14.26.1
Simplified 'to_string' templates.