• Dominik Charousset's avatar
    Simplify pattern matching implementation · 2ced36ba
    Dominik Charousset authored
    Remove template-based pattern matching implementation.  The removed code is too
    complex and as a result too hard to maintain in the long run. Also, the main
    use case for wildcards is `others()`. Other use cases seem rare (and often
    unlikely) and thus do not justify the optimizations in the first place..
    2ced36ba
CMakeLists.txt 1 KB