cpp-best-practices / gui_starter_template

A template CMake project to get you started with C++ and tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using static constexpr in header file leads to duplication of data.

Kushal-Chandar opened this issue · comments

I watched a C++ weekly video saying use inline constexpr in header file to avoid duplication of data.