From 694fe9cfc5a63f825bf77f4630c2da57c16171bf Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Thu, 21 Jul 2016 13:03:40 -0700 Subject: explicit not available for conversion operators in Linux yet --- indra/llcommon/llhandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llhandle.h b/indra/llcommon/llhandle.h index 8e073aab27..feb5f41848 100644 --- a/indra/llcommon/llhandle.h +++ b/indra/llcommon/llhandle.h @@ -271,7 +271,7 @@ public: * Converts the LLCheckedHandle to a bool. Allows for if (chkdHandle) {} * Does not throw. */ - explicit operator bool() const + /*explicit*/ operator bool() const // explicit conversion operator not available with Linux compiler { return (mHandle.get() != NULL); } -- cgit v1.2.3