kicad-source/pagelayout_editor
Ian McInerney 18ea3be3f2 Revert "Reintroduce constexpr to COLOR4D"
This reverts commit 33da9b2327a098df445c4ebd924237adda1cdd8b and the
following commit dc08c48f33bce510dbbbfef246a2ade8df15c432.

C++17 changed the behavior of static class member variables that are
constexpr defined. Previously this definition/declaration split was
valid for constexpr members, but after C++17 the static constexpr member
variables are automatically inlined, so the declaration is no longer
exported in some compilers (GCC 9/10/11 seem to have problems).

An alternate way of constexpr member variables is putting the
initialization in the class definition, but we can't init a COLOR4D
object when defining the COLOR4D class.

For now, revert this change until we can figure out the proper way of
architecting these colors.
2023-04-06 20:18:31 +01:00
..
2022-12-29 18:05:57 +00:00
2022-08-31 17:19:50 +01:00
2022-08-31 17:19:50 +01:00
2021-06-08 15:39:47 -04:00