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
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -76,6 +76,11 @@ inline object::Object FailStateLabel::instance < object::Object > ( ) { ...@@ -76,6 +76,11 @@ inline object::Object FailStateLabel::instance < object::Object > ( ) {
return object::Object ( FailStateLabel ( ) ); return object::Object ( FailStateLabel ( ) );
} }
   
template < >
inline ext::set < unsigned > FailStateLabel::instance < ext::set < unsigned > > ( ) {
return { };
}
} /* namespace label */ } /* namespace label */
   
#endif /* FAIL_STATE_LABEL_H_ */ #endif /* FAIL_STATE_LABEL_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment