mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
Block out seemingly unused CRefDebug class for clang builds.
This commit is contained in:
parent
79f4a53df6
commit
c18cbfe694
@ -348,6 +348,7 @@ public:
|
|||||||
// referencing problems
|
// referencing problems
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#if 0
|
||||||
template <class BASE_REFCOUNTED, int FINAL_REFS = 0, const char *pszName = NULL>
|
template <class BASE_REFCOUNTED, int FINAL_REFS = 0, const char *pszName = NULL>
|
||||||
class CRefDebug : public BASE_REFCOUNTED
|
class CRefDebug : public BASE_REFCOUNTED
|
||||||
{
|
{
|
||||||
@ -379,6 +380,7 @@ public:
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user