Fixed warning

This commit is contained in:
John Wellbelove 2016-03-13 12:19:41 +00:00
parent 46eea4caed
commit 756a650b2f

View File

@ -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.