Skip to content
Snippets Groups Projects
Commit 244d6662 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

overload for fail state label of ext unsigned type

parent 866daa2a
Branches
Tags
No related merge requests found
Pipeline #
......@@ -76,6 +76,11 @@ inline object::Object FailStateLabel::instance < object::Object > ( ) {
return object::Object ( FailStateLabel ( ) );
}
 
template < >
inline ext::set < unsigned > FailStateLabel::instance < ext::set < unsigned > > ( ) {
return { };
}
} /* namespace label */
 
#endif /* FAIL_STATE_LABEL_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment