orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

bin: add missing std namespace prefixes in deployer sources #83

Closed meyerj closed 5 years ago

meyerj commented 5 years ago

This is a regression from https://github.com/orocos-toolchain/ocl/pull/74 (https://github.com/orocos-toolchain/ocl/pull/74/commits/6d10d0977e8d6a29d68bcdf24811acd4f271f466), 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.