Skip to content
  • Milian Wolff's avatar
    Add support for operator<=> to the ParamIterator · bb0b5a8c
    Milian Wolff authored
    This means we won't parse C++17 operator<= when it comes directly
    before the closing '>' of another template parameter list. But
    that's probably fine as clang would warn about such identifiers
    anyways, now that C++20 has the spaceship operator.
    bb0b5a8c