You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implicit operator bool conversion is not particularly safe, we prefer the unspecified bool type to help prevent implicit conversions to integral types. We do this for CloseQueueStatus, but we seemed to have missed it for this class.
The text was updated successfully, but these errors were encountered:
blazingmq/src/groups/bmq/bmqa/bmqa_configurequeuestatus.h
Line 109 in c71d6c5
The implicit
operator bool
conversion is not particularly safe, we prefer the unspecified bool type to help prevent implicit conversions to integral types. We do this forCloseQueueStatus
, but we seemed to have missed it for this class.The text was updated successfully, but these errors were encountered: