Michael Schwingen wrote: > Dick Hollenbeck wrote: > >> As I said before, I personally would be willing to give up designated >> initializers, but really nothing more within C99. And I really love the >> iterator type stuff: >> >> for( int i=0; i<7; ++i) >> >> where i is declared within the for loop. >> >> > I really like the designated initializers, and would miss these most. > IMHO, they can make the code safer and easier to understand. > > cu > Michael > They can make the code safer and easier to understand, yes. They have to be re-written when going to C++. It is a matter of weighting benefits vs. payments. I don't like the idea of more hurdles in the path to C++. So we agree, but we don't agree on the price.
Dick _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
