[ConceptGCC] |
ConceptGCC :Re: Incorrect example code in the n2193.pdf concept specification |
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-06-07 22:48:37
On Jun 7, 2007, at 8:08 PM, Tom Honermann wrote:
> In the example code, concept D should refine concept C. Ie, it
> should be:
> concept D<typename T> : C<T> {
> T f(T, T); // #2
> } Tom.
You're right. Thanks!
- Doug