On Mon, Apr 25, 2011 at 10:34 AM, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > On 25 April 2011 18:32, Gabriel Dos Reis <g...@integrable-solutions.net> > wrote: >>> typedef int cp_cv_quals; >>> +/* A type-qualifier, or bitmask therefore, using the VIRT_SPEC >>> + constants. */ >>> +typedef int cp_virt_specifiers; >> could we use enums instead? > > No reason not to, except that we don't for the cp_cv_quals above. :) I > followed > the same approach.
yes, I know but you have the opportunity to take a right step :-)