[eigen] Visual C++ 2005 - error c2783 can't deduce template argument for type T |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Visual C++ 2005 - error c2783 can't deduce template argument for type T
- From: "Mark B" <javadlux@xxxxxxxxx>
- Date: Thu, 30 Oct 2008 23:25:39 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tZUrPltGINdcnF16YAVlfKOMln5Bkk0pguoj+n0C34M=; b=KLv2EsZs4tnaUQZaMhoSZzFPSxt5vxhp3nJkyh9ev/xUmqhRS2sS/5gkFItw6IYPtc TErmQ2EHVwtWuCeFmu01pC2Xd/bXv/7umNR8pHaz6O5UBwGYTXxiOMUrgOM5O/f6LVoe IM9RFRn9MZ5P1CfQNQk2QjkFUOhOCbJlyiCGc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=eg5F0Cf9My5fgK7SfYQ6gIVFejd/MqQsyA7WhM8JYDkzS8H0cHByhvzFM+LWmoF+eY 9Ct4vIeEtwKtjFFERvxGu/1BgxnFtaUK896XyBZ6KiHsIaKoG/zRuTlm6vhTwIxt36Z6 QOLGqvg3z75tMJbnlvbATIsvyKNuTQw26aYw8=
Hi. When trying to call some_vector.isZero() (when the type of
some_vector is Vector3d, which I would imagine is Vector<double, 3>) I
get the error c2783 can't deduce template argument for type T. Any
idea why? Should be an easy thing to deduce (the error output even
says for class 'vector<double, 3>' so obviously it knows the type
should be double :P) Thanks,
Mark
---