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]

Re: No more multiline string constants


<<Personally, I think it might be a good idea to deprecate them, but
a bad idea to actually remove support for them.
>>

I think that in practice this is a fairly useless approach. If something
is fully supported by deprecated, then it can be freely used in programs.
This makes it all the more difficult to remove later on. Unless there is
some very good argument for removing a feature (e.g. that it is impsosible
to provide some desired new feature without removing the old), the burden
for removing features is awfully high. In particular, it is not acceptable
to remove a feature simply because of some aesthetic feeling that it leaves
the language cleaner to do so. 


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