$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] Boost.Type Traits Extension by Frederic Bron
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-03-15 06:25:57
> (-make(),returns_void_t())
> is always returns_void_t, isn't it?
No because of this:
template <typename T> int operator,(T const &, returns_void_t);
Frédéric