cpp_weekly
cpp_weekly copied to clipboard
`static constexpr` vs `inline constexpr`
At the file scope, you want inline to prevent data from being duplicated in the final binary.