Kaydet (Commit) 0a1f0354 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Call getResult with fully qualified name.

üst 0b00165c
...@@ -131,7 +131,8 @@ inline char const * unwrapStream(StreamIgnore const &) { ...@@ -131,7 +131,8 @@ inline char const * unwrapStream(StreamIgnore const &) {
#define SAL_DETAIL_LOG_STREAM(condition, level, area, where, stream) \ #define SAL_DETAIL_LOG_STREAM(condition, level, area, where, stream) \
do { \ do { \
if (condition) { \ if (condition) { \
if (sizeof getResult(::sal::detail::StreamStart() << stream) == 1) \ if (sizeof ::sal::detail::getResult( \
::sal::detail::StreamStart() << stream) == 1) \
{ \ { \
::sal_detail_log( \ ::sal_detail_log( \
(level), (area), (where), \ (level), (area), (where), \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment