$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] Boost.Type Traits Extension ending tomorrow
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-03-19 16:53:11
> Maybe the set of functions should be something like
>
> is_callable<plus, LeftOperandType, RightOperandType>
This is interesting, however it would have to be something like:
::boost::is_callable<::boost::type_traits::operators::plus, LHS, RHS>
which is then not so easy to use. Am I wrong?
Frédéric