Block out seemingly unused CRefDebug class for clang builds.

This commit is contained in:
Scott Ehlert 2011-06-17 17:41:40 -05:00
parent 6447fb2fba
commit c142a7a0a1

View File

@ -348,6 +348,7 @@ public:
// referencing problems
//-----------------------------------------------------------------------------
#if 0
template <class BASE_REFCOUNTED, int FINAL_REFS = 0, const char *pszName = NULL>
class CRefDebug : public BASE_REFCOUNTED
{
@ -379,6 +380,7 @@ public:
}
#endif
};
#endif
//-----------------------------------------------------------------------------