gui_starter_template
gui_starter_template copied to clipboard
Using static constexpr in header file leads to duplication of data.
I watched a C++ weekly video saying use inline constexpr in header file to avoid duplication of data.