cpp-best-practices / gui_starter_template

A template CMake project to get you started with C++ and tooling
The Unlicense
2.5k stars 447 forks source link

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

Open Kushal-Chandar opened 1 year ago

Kushal-Chandar commented 1 year ago

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