
23 Mar
2004
23 Mar
'04
6:46 a.m.
Beman Dawes wrote:
The boost convention of ending all C++ files with .*pp is _extremely_ useful. I hope when this stuff is checked in we can avoid introducing new conventions.
I second that.
Every new file extension requires changes to automated tools like the inspection program, too.
I buy this argument. The '*.tcc' convention comes from the times when I was using borland -- the standard library there used *.tcc extension for template bodies. I'll rename the files somehow. - Volodya