POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

supervisor uses constructs from std without directly "using" it #155

Closed heliosfa closed 4 years ago

heliosfa commented 4 years ago

Annoyingly, the Supervisor uses things from the standard template library without using namespace std in its own header. Specifically, it uses std::vector

This causes problems when using the supervisor code with other backends that don't liberally scatter using namespace std throughout their source