This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extensionless headers



> The extension typically indicates the type of a file.  Among the
> development tools that use this information are Make and editors.
> Extensions also allow me to use a wildcard to select files of a certain
> type; I generally do a 'grep something *.h' in gcc several times a day.
> Removing the extension breaks all of these uses.  There are workarounds,
> but why bother?  Why not just keep the extension?

Thanks for the summary. 

I'm assuming what you say applies to both ext/ and std/ headers, correct? 
I would like to try and have some consistency, if at all possible.

-benjamin


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