aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-15 21:05:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-15 21:05:56 +0000
commit629b3d489bdb171031d93b926f48a5cd5c5c2ab7 (patch)
tree4afcb58cb6a3557184d4eac25b905ec2a4414105 /README
parent1e6b8ddb6628f65804c63cd39761fd85c8410b88 (diff)
remove a LaTeX-ism
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@835 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index a08658f..5a0e4ca 100644
--- a/README
+++ b/README
@@ -115,9 +115,10 @@ In particular:
* The code will compile ok under either the archaic or the modern
for-loop declaration scope rules.
* C header files are used in the pre-namespaces form (eg <stdio.h>).
- (This is deprecated in standard \Cplusplus{}, but alas none of the
- more modern forms (<cstdio> and namespace std::) seem to be supported
- on as wide a range of systems as the pre-namespaces forms.)
+ (In ISO-standard C++ this is deprecated (but still supported), but
+ alas none of the more modern forms (<cstdio> and namespace std::)
+ seem to be supported on as wide a range of systems as the pre-namespaces
+ form.)
* vector is the only part of the C++ standard template library (STL)
used. Either <vector> or <vector.h> is #included, depending on which
of them exists (this is probed by the Cactus configuration process).