Y
Hacker News
new
|
ask
|
show
|
jobs
by
atilaneves
3131 days ago
`constexpr` is implicitly `inline`:
http://en.cppreference.com/w/cpp/language/inline
1 comments
gpderetta
3130 days ago
orthogonally, templates are also implicitly inline.
Then again, inline does not mean what most people think.
link
Then again, inline does not mean what most people think.