• fxomt@lemm.ee
    link
    fedilink
    English
    arrow-up
    34
    ·
    edit-2
    13 days ago
    #include <vector>
    #include <algorithm>
    
    int main() {
        int a;
        std::vector<std::vector<int>> v;
        std::vector<std::vector<int>>::const_iterator it = std::find(v.begin(), v.end(), a);
    }
    

    assaults you with 42 errors, C++ templates are a joy 😊