Skip to content

v2.9.1

Latest
Compare
Choose a tag to compare
@meyerj meyerj released this 15 May 14:09
· 43 commits to master since this release
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>