From 8fdffdd573e6d36b04cde595460887dd4e1a2340 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 2 Aug 2013 22:33:12 +0100 Subject: Move inheritance from Eigen example in stand-alone file. Also fix a small mistake (Vector3d instead of VectorXd). --- doc/TemplateKeyword.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/TemplateKeyword.dox') 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 -- cgit v1.2.3