Zaibon

Untitled

Jan 6th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.24 KB | None | 0 0
  1. g++ -Wno-deprecated -Wall -o test main.cpp Classes/Vecteur.cpp Classes/Carte.cpp Classes/FichierCarte.cpp Classes/AuthorisedPerson.cpp Classes/ExceptionBase.cpp Classes/ListeTriee.cpp Classes/Date.cpp Classes/Collectionneur.cpp Classes/CarteCollectionnee.cpp Classes/CaracteristiqueScore.cpp Classes/ConcepteurAlbum.cpp Classes/FichierLog.cpp Classes/Liste.cpp Classes/Album.cpp Classes/Structure.cpp Classes/Fana.cpp Classes/Personne.cpp Classes/Menu.cpp Classes/Collection.cpp -I Exception -I Classes
  2. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::insert(T):
  3. Classes/ListeTriee.cpp:17:11: erreur: there are no arguments to ‘empty’ that depend on a template parameter, so a declaration of ‘empty’ must be available [-fpermissive]
  4. Classes/ListeTriee.cpp:17:11: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  5. Classes/ListeTriee.cpp:18:3: erreur: ‘pListe’ was not declared in this scope
  6. Classes/ListeTriee.cpp:22:21: erreur: there are no arguments to ‘head’ that depend on a template parameter, so a declaration of ‘head’ must be available [-fpermissive]
  7. Classes/ListeTriee.cpp:23:14: erreur: ‘pListe’ was not declared in this scope
  8. Classes/ListeTriee.cpp:29:17: erreur: ‘pListe’ was not declared in this scope
  9. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T):
  10. Classes/ListeTriee.cpp:46:11: erreur: there are no arguments to ‘empty’ that depend on a template parameter, so a declaration of ‘empty’ must be available [-fpermissive]
  11. Classes/ListeTriee.cpp:48:18: erreur: there are no arguments to ‘head’ that depend on a template parameter, so a declaration of ‘head’ must be available [-fpermissive]
  12. Classes/ListeTriee.cpp:49:19: erreur: ‘pListe’ was not declared in this scope
  13. Classes/ListeTriee.cpp:56:17: erreur: ‘pListe’ was not declared in this scope
  14. Classes/ListeTriee.cpp: In member function ‘void ListeTriee<T>::remove(T) [with T = int]:
  15. Classes/InstanciationsListeTriee.h:3:16:   instantiated from here
  16. Classes/ListeTriee.cpp:50:5: attention : unused variable ‘ret’ [-Wunused-variable]
  17. Classes/ListeTriee.cpp:63:5: attention : unused variable ‘ret’ [-Wunused-variable]
  18. make: *** [test] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment