Skip to content
  • Tobias Lasser's avatar
    Convert struct default args to overloads · f69b0fe9
    Tobias Lasser authored
    Versions of clang>=9 evaluate constexpr structs as syntactically
    incorrect initializer lists. Force conversion to overloads on the Python
    side for all default arguments that are structs.
    f69b0fe9