3 Apr
2017
3 Apr
'17
4:10 p.m.
On Apr 3, 2017, at 9:30 AM, Peter Dimov via Boost
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.