Boost logo

Boost :

Subject: Re: [boost] [CallableTraits] The formal review begins today
From: Paul Fultz II (pfultz2_at_[hidden])
Date: 2017-04-03 16:10:47


> On Apr 3, 2017, at 9:30 AM, Peter Dimov via Boost <boost_at_[hidden]> wrote:
>
> 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.

No they are not, it was considered at one point(which would have been nice). However, in C++14, variable templates have external linkage, so `inline` is not necessary for variable templates.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk