From b23afb709d194d5000963de55c2eb8d19031b0f7 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Fri, 17 Oct 2014 20:24:02 -0700 Subject: Update to build on Xcode 6.0: fix Boost intrusive_ptr scoping issue --- indra/llcommon/llrefcount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra') diff --git a/indra/llcommon/llrefcount.h b/indra/llcommon/llrefcount.h index 72011d04a0..52b6f8eaa9 100755 --- a/indra/llcommon/llrefcount.h +++ b/indra/llcommon/llrefcount.h @@ -151,8 +151,8 @@ private: * intrusive pointer support for LLThreadSafeRefCount * this allows you to use boost::intrusive_ptr with any LLThreadSafeRefCount-derived type */ -namespace boost -{ +// namespace boost +// { inline void intrusive_ptr_add_ref(LLThreadSafeRefCount* p) { p->ref(); @@ -172,7 +172,7 @@ namespace boost { p->unref(); } -}; +//}; -- cgit v1.2.3