A number of minor fixes to build on MacOS
-
project(Gaudi)is just to avoid a warning - Forward declaration of
std::chrono::durationproduces a compilation error:error: reference to 'chrono' is ambiguous -
std::tupleof a literal string produces the followingerror: no viable constructor or deduction guide for deduction of template arguments of 'tuple' auto t = std::tuple{500, 1.0, "sec"}; - The Apple clang version starts with a two digit number.