aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TemplateKeyword.dox
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-08-02 22:33:12 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-08-02 22:33:12 +0100
commit8fdffdd573e6d36b04cde595460887dd4e1a2340 (patch)
tree2668361a54e538daaf60c5bc72590f17305547c7 /doc/TemplateKeyword.dox
parent3444f06f684ca10df70b29af812e8f0c572a709a (diff)
Move inheritance from Eigen example in stand-alone file.
Also fix a small mistake (Vector3d instead of VectorXd).
Diffstat (limited to 'doc/TemplateKeyword.dox')
-rw-r--r--doc/TemplateKeyword.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TemplateKeyword.dox b/doc/TemplateKeyword.dox
index f4e4f237e..c9944ae05 100644
--- a/doc/TemplateKeyword.dox
+++ b/doc/TemplateKeyword.dox
@@ -5,7 +5,8 @@ namespace Eigen {
There are two uses for the \c template and \c typename keywords in C++. One of them is fairly well known
amongst programmers: to define templates. The other use is more obscure: to specify that an expression refers
to a template function or a type. This regularly trips up programmers that use the %Eigen library, often
-leading to error messages from the compiler that are difficult to understand.
+leading to error messages from the compiler that are difficult to understand, such as "expected expression" or
+"no match for operator<".
\eigenAutoToc