[Verification] Code compiles, random packages pass their tests
Change-Id: Ibfa0053c23faa5b4b6a1e49da633289719af1bd7
Signed-off-by: Michal Bistyga <m.bistyga@samsung.com>
}
template <typename... Args>
- ScopeLogger(const std::string& f, const std::string& m, int l, const std::string& ex = "",
+ ScopeLogger(const std::string& f, const std::string& m, int l, const std::string& ex,
Args... args)
: file_(f), method_(m), extra_(ex) {
#ifdef TIZEN_DEBUG_ENABLE