From 694fe9cfc5a63f825bf77f4630c2da57c16171bf Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Thu, 21 Jul 2016 13:03:40 -0700
Subject: [PATCH] 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 8e073aab27f..feb5f418489 100644
--- a/indra/llcommon/llhandle.h
+++ b/indra/llcommon/llhandle.h
@@ -271,7 +271,7 @@ class LLCheckedHandle: public LLCheckedHandleBase
      * 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);
     }
-- 
GitLab