On Wed, Nov 11, 2015 at 6:21 PM, Daniel Holbert <[email protected]> wrote: > > P.S. (I can work around this by adding an "operator bool" to the > CastableTypedEnumResult type-definition in mfbt/TypedEnumBits.h. Maybe > that's something we should do.)
We should just add "explicit operator bool() const;" to CastableTypedEnumResult, which we are allowed to use since VS2012 support was dropped. - Xidorn _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

