mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 22:08:45 +08:00
Remove unused typedef causing compilation warning. (#528)
This commit is contained in:
parent
6780a56f52
commit
582d4c2b40
@ -295,8 +295,6 @@ namespace etl
|
||||
typename etl::enable_if<etl::is_pointer<TIterator>::value, void>::type
|
||||
reverse(TIterator b, TIterator e)
|
||||
{
|
||||
typedef typename etl::iterator_traits<TIterator>::value_type value_type;
|
||||
|
||||
if (b != e)
|
||||
{
|
||||
while (b < --e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user