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

orthogonally, templates are also implicitly inline.

Then again, inline does not mean what most people think.