meyerj
released this
15 May 14:09
bin: add missing std namespace prefixes in deployer sources
This is a regression from https://github.com/orocos-toolchain/ocl/pull/74, which removed the
`using namespace std` directive, but was picked from a branch were
https://github.com/orocos-toolchain/ocl/pull/57 was already applied. The latter moved the
tlsf log output from the individual deployers to a centralized class in `deployer-funcs.cpp`
and therefore did not require the using namespace directive anymore.
Signed-off-by: Johannes Meyer <johannes@intermodalics.eu>