mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fixes for Ubuntu 18
This commit is contained in:
parent
4d43d4e8c4
commit
ed0d2f5759
@ -2452,7 +2452,7 @@ namespace etl
|
||||
//*************************************************************************
|
||||
#if ETL_CPP17_SUPPORTED && ETL_USING_INITIALIZER_LIST
|
||||
template <typename... T>
|
||||
deque(T...) -> deque<typename etl::common_type_t<T...>, sizeof...(T)>;
|
||||
deque(T...) -> deque<int, sizeof...(T)>;
|
||||
#endif
|
||||
|
||||
//*************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user