This is the mail archive of the gcc@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]

a barely useful option?



  g++ -Weffc++ test.cxx
  gives a ton of warnings when compiling

#include <iostream.h>
int main() {}

  which seemingly makes -Weffc++ unuseful (I also tried <iostream>).

  Given the multitude of g++ options that are documented not to be very
  useful, I am not sure whether it's the option that can be removed or
  the stdlibc++ fixed according to Scott Meyers' Effective C++ books.
  
  Not a heartbreaker, of course, just wanted to let you know.

  								Igor
-- 
  Igor Markov  office: (310) 206-0179   
  http://vlsicad.cs.ucla.edu/~imarkov

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