$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] About all these metaprogramming libraries
From: Bruno Dutra (brunocodutra_at_[hidden])
Date: 2017-03-20 06:55:56
On Mar 20, 2017 12:42 AM, "Niall .
Let me put this another way: do any of the other metaprogramming
libraries add *in pure API or capability terms* anything over Hana?
I don't mean to derail the discussion again, but since you asked, Metal
provides SFINAE-friendliness guarantees that Hana does not. Think
std::enable_if on steroids.
Bruno,