> * Missing const's in some function parameters
 > * Use of 'enum foo' as a type for a bit field. In C/C++
 >   or'ing enum members results in a type that is the enum
 >   base integral type, not the enum itself. g++ produces
 >   a warning by default. Very annoying :)
 > 
 > Are you interested in patches for these too?

Didn't reply to this before, sorry.  But yes I am interested.  As far as
using enum for bit flags, what is the C++ idiom for that?

 - R.
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to