Re: [eigen] std::vector specialization |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
I just have two thoughts about this (but please note that I dont know much about this topic)
1) I'm surprised that you dont have more problems with variadic macros, i remember it was a porting nightmare.
2) there's no unit test... why ? (is it impossible?). You said you've tested this with three compilers... the code you've used for this is probably easy to turn into unit tests, no ?
greatings,
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
In data martedì 26 gennaio 2010 09:53:33, Hauke Heibel ha scritto:
> I don't see anything else for the moment. The patch attached to this
> mail has been tested with VC9, ICC and GCC 4.4.1.
>
> So, what are you thinking about this?