diff options
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/llrefcount.h | 6 |
1 files changed, 3 insertions, 3 deletions
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(); } -}; +//}; |