Subject: Re: [boost] [C++0x] Report from Frankfurt committee meeting
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-08-12 14:24:19


Robert Ramey wrote:
> Would it not be possible to produce something like a "C++ Lint" (missing
> clever name here). Which would be
>
> a) Written in portable C++
> b) Would permit "concept" syntax to be added in as a tagged comment like
>
> /* indiana concept syntax
> ...
> */

Why not just use Boost.ConceptCheck.
The library could be improved to generate error messages just as good as
the ones concepts provide.