Subject: Re: [Boost-users] c++0x language feature: concepts in boost
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-02 11:08:52


AMDG

Chandra Kumar wrote:
> Though I have not checked rigorously right within the boost, but
> wanted to get quick answer to the query below:
>
>
>
> “Do we have the complete implementation of the C++0x language feature:
> “*concepts*”: within boost ?
>

No. Concepts really are a language feature, not a library feature.
C++03 emulation for concepts is very imperfect (and has significantly
different syntax).

> Actually, conceptgcc is very slow compared to gcc, so I was looking
> for quick solution in order to use concepts in its entirety.
>
>
>

In Christ,
Steven Watanabe