diff options
| author | Rider Linden <rider@lindenlab.com> | 2016-07-21 13:03:40 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2016-07-21 13:03:40 -0700 | 
| commit | 694fe9cfc5a63f825bf77f4630c2da57c16171bf (patch) | |
| tree | cf2e2af240b27b82bf471b74a0b0a926b47b323e | |
| parent | de438e7512de6dacafee592b89c22c0f062062b6 (diff) | |
explicit not available for conversion operators in Linux yet
| -rw-r--r-- | indra/llcommon/llhandle.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);      } | 
