Hi All,
The OP on bug 3410977 requested adding the .inl extension for C++. IIUC this is a Visual C++ file extension for inline functions.
@Nick, since you are marooned on Windows are there any others while I am there.
Also the .tcc suffix is recognised by g++ as C++ template code and should be added.
It is also becoming common to use .ipp as template implementation code, for example in the Boost libraries and should also be added.
Cheers Lex