chenqiyang
2023-05-25 b897bf1e118e69764da20ef6668ef5d9ec1653e8
Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/bctoolbox.framework/Headers/logging.h
@@ -323,12 +323,10 @@
};
#if (__GNUC__ == 4 && __GNUC_MINOR__ < 5 && __cplusplus > 199711L)
template <typename _Tp> inline pumpstream &operator<<(pumpstream &&__os, const _Tp &__x) {
   (static_cast<std::ostringstream &>(__os)) << __x;
   return __os;
}
#endif
#define BCTBX_SLOG(domain, thelevel) pumpstream(domain, thelevel)