Hi Michael, On Fri, Sep 26, 2014 at 02:33:38PM -0700, Michael Stahl <[email protected]> wrote: > +class SolarMutexTryAndBuyGuard > + : private boost::noncopyable > +{ > + private: > + bool m_isAcquired; > +#if OSL_DEBUG_LEVEL > 0 > + bool m_isChecked; > +#endif
Isn't this exactly the situation when we should use DBG_UTIL and not OSL_DEBUG_LEVEL -- i.e. when the conditional part results in a different class layout? Regards, Miklos
signature.asc
Description: Digital signature
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
