1. 程式人生 > >error C2039: “push_front”: 不是“std::vectorint,std::allocator”的成員

error C2039: “push_front”: 不是“std::vectorint,std::allocator”的成員

錯誤程式碼:

unique_copy(ivec.cbegin(), ivec.cend(), front_inserter(ivec));
    for (auto i : ivec)
        cout << i;
    cout << endl;

報錯:錯誤 1 error C2039: “push_front”: 不是“std::vector