$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-23 01:46:41
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