$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] review request: addition to type_traits library of is_less_comparable<T, U> and others
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2009-12-08 07:52:35
> Would this also allow a user to override this behavior when they want to
> ensure an exact type match?
>From earlier discussion, we conclude it was not possible to check for
an exact return type, only convertible to is achievable.
Frédéric