This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

No Subject



template<class T> minmax (int d, T, T);
/*

  I am not sure if this is a bug, but I am sure the warning message cuold
  be more helpful

  
dokkum:~/usr/src/lilypond$ g++ -Wall bug.cc
bug.cc:2: warning: ANSI C++ forbids declaration `' with no type
bug.cc:2: abstract declarator `int' used as declaration
bug.cc:2: template declaration of `int ._0'

 */

-- 

Han-Wen Nienhuys, hanwen@cs.uu.nl ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]