$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits][core] modularisation and moving stuff about (again)
From: Peter Dimov (lists_at_[hidden])
Date: 2018-08-22 23:11:44
Andrey Semashev wrote:
> Move enable_if to type traits?
We want type_traits to have enable_if anyway, to match std::enable_if, but
the problem is that our existing boost::enable_if is not compatible with the
standard one.
So maybe call the TT one enable_if_ (+ enable_if_t which is fine).