1 2 3 4 5
| note: candidates are:|
/usr/include/c++/4.8/bits/stl_vector.h|901|note: void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Personne; _Alloc = std::allocator<Personne>; std::vector<_Tp, _Alloc>::value_type = Personne]|
/usr/include/c++/4.8/bits/stl_vector.h|901|note: no known conversion for argument 1 from Personne() to const value_type& {aka const Personne&}|
/usr/include/c++/4.8/bits/stl_vector.h|919|note: void std::vector<_Tp, _Alloc>::push_back(std::vector<_Tp, _Alloc>::value_type&&) [with _Tp = Personne; _Alloc = std::allocator<Personne>; std::vector<_Tp, _Alloc>::value_type = Personne]|
/usr/include/c++/4.8/bits/stl_vector.h|919|note: no known conversion for argument 1 from Personne() to std::vector<Personne>::value_type&& {aka Personne&&}| |