mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Added etl::
This commit is contained in:
parent
b7faa3a3f8
commit
4c8aa442bb
@ -1275,7 +1275,7 @@ namespace etl
|
||||
private:
|
||||
|
||||
/// The pool of nodes used in the list.
|
||||
etl::pool<typename iforward_list<T>::data_node_t, MAX_SIZE> node_pool;
|
||||
etl::pool<typename etl::iforward_list<T>::data_node_t, MAX_SIZE> node_pool;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@ -1466,7 +1466,7 @@ namespace etl
|
||||
private:
|
||||
|
||||
/// The pool of nodes used in the list.
|
||||
etl::pool<typename list::data_node_t, MAX_SIZE> node_pool;
|
||||
etl::pool<typename etl::ilist<T>::data_node_t, MAX_SIZE> node_pool;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user