On 05/30/2013 03:17 PM, Andrew Sutton wrote:
| - /* 1 spare bit */ | + unsigned concept_p : 1; /* var or fn */ | + /* 0 spare bit */ | };Hmm I don't understand the comment "var or fn". If it is declared a concept, how can it it be a var?Copied from the other bits in the class. I think it means it applies to either variables or functions. I left it that way in anticipation of template variables.
Can template variables be concepts? Jason