[ofa-general] [PATCH] Allow paths to the device specific library to be absolute

Roland Dreier rdreier at cisco.com
Wed Jul 22 11:55:53 PDT 2009


 > * 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.



More information about the general mailing list