$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] From Concept class to type traits
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-06-19 01:50:30
David Abrahams wrote:
> Concept checks are intentionally constructed to produce compilation
> errors when violated, so they're really unsuitable for answering yes/no
> type questions as people usually want traits to do
Ah, that's what I fear. So back to the blackboard.