iterator: add deduction guide for 'indices'
This commit is contained in:
parent
7ff2f38fd6
commit
3d59645637
@ -301,6 +301,9 @@ namespace util {
|
||||
const ContainerT &m_container;
|
||||
};
|
||||
|
||||
template <typename ContainerT>
|
||||
indices (ContainerT const&) -> indices<ContainerT>;
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user