Skip to content
Snippets Groups Projects
Unverified Commit f3e5d3a3 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Register print map<object, set<object>>

parent c3e7dad5
No related branches found
No related tags found
No related merge requests found
Pipeline #50231 passed with warnings
......@@ -113,6 +113,7 @@ public:
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::pair < ext::vector < ext::pair < object::Object, object::Object > >, double > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::pair < ext::vector < ext::pair < object::Object, object::Object > >, int > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::pair < ext::vector < ext::pair < object::Object, object::Object > >, long > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::map < object::Object, ext::set < object::Object > > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::map < object::Object, ext::map < object::Object, double > > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::map < object::Object, ext::map < object::Object, int > > > ( );
abstraction::ValuePrinterRegistry::registerValuePrinter < ext::map < object::Object, ext::map < object::Object, long > > > ( );
......
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