Bug#1097717: Possible patch

2025-02-19 Thread Patrick Franz
Hi Ben, On Wed, 19 Feb 2025 16:24:35 + Ben Westover wrote: > Control: tags -1 + patch > > Hello, > > I found a patch from Gentoo that could work: > > Description: Fix ODR violation for IsFloatType_v > constexpr is only implicitly inline for functions or > static data members, so the t

Bug#1097717: Possible patch

2025-02-19 Thread Ben Westover
Control: tags -1 + patch Hello, I found a patch from Gentoo that could work: Description: Fix ODR violation for IsFloatType_v constexpr is only implicitly inline for functions or static data members, so the two constexpr IsFloatType_v definitions here cause an ODR violation. Explicitly mar