← Back to team overview

kicad-developers team mailing list archive

Re: MacOS build issue with new geometry tests

 

Hi,

it’s not constexpr that breaks clang.
Usage of floating point isn’t valid in a constexpr (only literals allowed, floating point isn’t a literal)…
  https://en.cppreference.com/w/cpp/language/constexpr <https://en.cppreference.com/w/cpp/language/constexpr>


Regards,
Bernhard

> On 29. Jul 2018, at 17:34, John Beard <john.j.beard@xxxxxxxxx> wrote:
> 
> _______________________________________________


References