mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fixed warning
This commit is contained in:
parent
46eea4caed
commit
756a650b2f
@ -1038,7 +1038,9 @@ namespace etl
|
||||
/// Counter type based on count option.
|
||||
//*************************************************************************
|
||||
template <const size_t OPTION, bool dummy = true>
|
||||
class counter_type;
|
||||
class counter_type
|
||||
{
|
||||
};
|
||||
|
||||
//*************************************************************************
|
||||
/// Slow type.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user