$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] Type Traits Extension by Frederic Bron - Review summary and decision
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-04-22 09:56:58
> On 21.04.2011 23:13, Stewart, Robert wrote:
>> Remember that "has_" implies ownership or inherent characteristic which
>> doesn't apply to a namespace scope operator.
Maybe, but there's no way to tell the difference between an operator defined
as a member function, and one defined at namespace scope. Plus we already
have "has_new_operator".
John.