• Dean Moldovan's avatar
    Use C++14 index_sequence when possible · 8c85a857
    Dean Moldovan authored
    Newer standard libraries use compiler intrinsics for std::index_sequence
    which makes it ‘free’. This prevents hitting instantiation limits for
    recursive templates (-ftemplate-depth).
    8c85a857
numpy.h 43 KB