Janosch Machowinski
2014-07-31 09:48:23 UTC
Hi,
while working on the clang tlb generator, I stumbled over this typedef :
Found Typedef
Eigen::internal::traits<Eigen::CoeffBasedProduct<const
Eigen::Matrix<double, 3, 1, 2, 3, 1> &,
Eigen::Block<Eigen::Matrix<double, 4, 4, 0, 4, 4>, 1, 4, false, true>,
256> >::Index
for Canonical Type long
When passing the typedef name to Typelib, I get an 'Typelib::BadName'.
This is because typelib does not like the const qualifier and the reference.
But as we can't refer from the template arguments of the class to
content of
it and as bar<char> and bar<const char> generate two different instances,
this should be a valid name.
So general question, should we go for supporting this, or just ignore
anything with
a weired name ?
Greetings
Janosch
--
Dipl. Inf. Janosch Machowinski
SAR- & Sicherheitsrobotik
Universit?t Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Stra?e 1
28359 Bremen, Germany
Zentrale: +49 421 178 45-6611
Besuchsadresse der Nebengesch?ftstelle:
Robert-Hooke-Stra?e 5
28359 Bremen, Germany
Tel.: +49 421 178 45-6614
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: jmachowinski at informatik.uni-bremen.de
Weitere Informationen: http://www.informatik.uni-bremen.de/robotik
while working on the clang tlb generator, I stumbled over this typedef :
Found Typedef
Eigen::internal::traits<Eigen::CoeffBasedProduct<const
Eigen::Matrix<double, 3, 1, 2, 3, 1> &,
Eigen::Block<Eigen::Matrix<double, 4, 4, 0, 4, 4>, 1, 4, false, true>,
256> >::Index
for Canonical Type long
When passing the typedef name to Typelib, I get an 'Typelib::BadName'.
This is because typelib does not like the const qualifier and the reference.
But as we can't refer from the template arguments of the class to
content of
it and as bar<char> and bar<const char> generate two different instances,
this should be a valid name.
So general question, should we go for supporting this, or just ignore
anything with
a weired name ?
Greetings
Janosch
--
Dipl. Inf. Janosch Machowinski
SAR- & Sicherheitsrobotik
Universit?t Bremen
FB 3 - Mathematik und Informatik
AG Robotik
Robert-Hooke-Stra?e 1
28359 Bremen, Germany
Zentrale: +49 421 178 45-6611
Besuchsadresse der Nebengesch?ftstelle:
Robert-Hooke-Stra?e 5
28359 Bremen, Germany
Tel.: +49 421 178 45-6614
Empfang: +49 421 178 45-6600
Fax: +49 421 178 45-4150
E-Mail: jmachowinski at informatik.uni-bremen.de
Weitere Informationen: http://www.informatik.uni-bremen.de/robotik