mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
Merge remote-tracking branch 'origin/development'
# Conflicts: # include/etl/private/pvoidvector.h # include/etl/version.h # support/Release notes.txt
This commit is contained in:
parent
bb9b07a837
commit
f2f23395cd
@ -38,7 +38,7 @@ SOFTWARE.
|
||||
///\ingroup utilities
|
||||
|
||||
#define ETL_VERSION_MAJOR 14
|
||||
#define ETL_VERSION_MINOR 3
|
||||
#define ETL_VERSION_MINOR 4
|
||||
#define ETL_VERSION_PATCH 0
|
||||
|
||||
#define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) ETL_STRINGIFY(ETL_VERSION_MINOR) ETL_STRINGIFY(ETL_VERSION_PATCH)
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
===============================================================================
|
||||
14.4.0
|
||||
Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector.
|
||||
|
||||
===============================================================================
|
||||
14.3.0
|
||||
etl::forward_list supports shared pools.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user