$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [CallableTraits] The formal review begins today
From: Peter Dimov (lists_at_[hidden])
Date: 2017-04-03 14:30:52
Tim Song wrote:
> - Consider making the variable templates inline for implementations that
> support it, to match C++17.
constexpr variables are inline by default if I'm not mistaken.