$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] Macro for "using" type alias defects
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2018-04-25 22:50:43
Hi all,
I was wondering if there is any macro in Boost.Config for advertising
the defect of the "using" support from the compiler.
I was reported this:
https://github.com/boostorg/test/pull/140
and at the time I wrote the thing, I thought that those guards would
have been enough:
(auto, tuple and variadic template sounds to me more difficult to
support than "using" template alias).
Would it make sense to have BOOST_NO_CXX11_TYPE_ALIAS?
Thanks,
Raffi