mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
Fix unnecessary typename qualifier.
This commit is contained in:
parent
f069dfff66
commit
3d062b49fe
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ namespace vtil::format
|
|||
{
|
||||
// Required typedefs.
|
||||
//
|
||||
using entry_type_t = typename iterator_value_type_t<C>;
|
||||
using entry_type_t = iterator_value_type_t<C>;
|
||||
|
||||
// Declare field count.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue