$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Generic type inferencer function?
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-12-30 10:38:53
On 12/29/2015 10:38 AM, Vicente J. Botet Escriba wrote:
> Maybe inheriting T from a specific class could help to identify this
> kind of classes and so the customization.
Another solution could be an overload of make_custom with expression
SFINAE that calls T::make(args..) if available.