Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: Template Requirements

From: Doug Gregor (dgregor_at_[hidden])
Date: 2008-09-09 10:01:46


On Aug 28, 2008, at 3:52 AM, Marcin Zalewski wrote:

> I have just stumbled across the "unsupported" error message I have
> referred to earlier:
>
> functor.hpp:67: error: pseudo-signature template<class F>
> template<class T> static void Functor::test() is not permitted in a
> concept
> functor.hpp:67: note: this feature is currently unsupported, but will
> be in a future version
>
> So for function templates the message clearly says that they will be
> supported. Maybe the error could be the same for associated templates?

Yes, ConceptGCC should produce an "unsupported" error message for
associated templates.

        - Doug