diff options
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/llcoros.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.h b/indra/llcommon/llcoros.h index f2fb7f1e70..39316ed0e6 100755 --- a/indra/llcommon/llcoros.h +++ b/indra/llcommon/llcoros.h @@ -260,7 +260,10 @@ public: return boost::dcoroutines::make_callback(mFuture); } - explicit operator bool() const +#ifndef LL_LINUX + explicit +#endif + operator bool() const { return bool(mFuture); } |