• Pieter Hintjens's avatar
    Problem: 'bool' is not defined by default · 04664f0e
    Pieter Hintjens authored
    zmq_atomic_counter_dec returned a 'bool' value, yet this isn't
    defined by standard, so causes compile errors in upstream code.
    
    Solution: return an int that can be safely converted to bool if
    needed by bindings.
    04664f0e
zmq_atomic_counter_inc.txt 1.48 KB