$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Range and result_type
From: Michel Morin (mimomorin_at_[hidden])
Date: 2018-04-17 11:20:31
Robert Jones via Boost-users wrote:
> Am I right in thinking this is what BOOST_RESULT_OF_USE_DECLTYPE was all about,
> and everything now just works because modern compilers are implemtenting decltype now?
Yes. If you do
#define BOOST_RESULT_OF_USE_TR1
the code should fail to compile.
Regards,
Michel