eclipse-uprotocol / up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol
Apache License 2.0
5 stars 15 forks source link

clang-tidy: three issues in ThreadSafeMap.h #97

Open debruce opened 2 months ago

debruce commented 2 months ago

1) Missing header guard 2) Constructor does not initialize map, mutex 3) 'it' is not initialized and 'if-then-else' identical (code looks reasonable in spite warning)