-
- Downloads
Project 'savoirfairelinux/ring-daemon' was moved to 'savoirfairelinux/jami-daemon'. Please update any links and bookmarks that may still have the old path.
misc: use {} instead of {{}} to return empty std::map instance.
{{}} doesn't actually returns an empty std::map instance, but create an empty entry into the map. So map.size() returns 1 than 0. This can result into not wanted side effects. Refs #74738 Change-Id: Ie78d137260ed3f34955b83ce59f408876d5b6e5b
Showing
- src/account.cpp 1 addition, 1 deletionsrc/account.cpp
- src/account_factory.h 2 additions, 2 deletionssrc/account_factory.h
- src/client/configurationmanager.cpp 7 additions, 7 deletionssrc/client/configurationmanager.cpp
- src/manager.cpp 1 addition, 1 deletionsrc/manager.cpp
- src/plugin_manager.h 4 additions, 4 deletionssrc/plugin_manager.h
Loading
Please register or sign in to comment