Releases: orocos-toolchain/ocl
Releases · orocos-toolchain/ocl
v2.9.1
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 <[email protected]>