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

allow printing set of unsigned integers in cli

parent 174f23b8
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ public:
 
abstraction::ValuePrinterRegistry::registerValuePrinter < object::Object > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::set < object::Object > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::set < unsigned > > ( );
abstraction::ContainerRegistry::registerSet < object::Object > ( );
}
};
......
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