[ConceptGCC] |
ConceptGCC :Re: Associated type as return type. |
From: hirohito none (hitobasira_at_[hidden])
Date: 2008-08-18 16:28:32
> Since the struct 'Bar' does not have a function that satisfies the
> requirements of your concept, you have to add a concept_map, for example:
That means I can't write concept which access it's member variables?