aboutsummaryrefslogtreecommitdiff
path: root/src/CODESTYLE
diff options
context:
space:
mode:
Diffstat (limited to 'src/CODESTYLE')
-rw-r--r--src/CODESTYLE5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CODESTYLE b/src/CODESTYLE
index d2784bb..85399a4 100644
--- a/src/CODESTYLE
+++ b/src/CODESTYLE
@@ -1,6 +1,6 @@
AHFinderDirect Code Style
=========================
-$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/CODESTYLE,v 1.8 2005-02-01 14:58:52 jthorn Exp $
+$Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/CODESTYLE,v 1.9 2005-02-19 06:43:41 jthorn Exp $
This file documents some general programming conventions used in this
thorn.
@@ -248,7 +248,8 @@ C++ Templates
=============
I use C++ templates, but not for anything fancy, just simple containers.
-I instantiate all templates explicitly.
+I instantiate all templates explicitly. I'm not (yet) using any of the
+STL containers in this thorn.
Some C++ compilers offer "automatic" template instantiation. In practice
this often causes compilation to fail when the compiler can't find .cc