- Sep 25, 2020
-
-
Christoph Groth authored
-
- Feb 07, 2011
-
-
Christoph Groth authored
-
Christoph Groth authored
-
- Jul 21, 2010
-
-
Christoph Groth authored
-
- Jun 26, 2010
-
-
Christoph Groth authored
-
- May 12, 2010
-
-
Christoph Groth authored
This patch solves the problem described in http://www.parashift.com/c++-faq-lite/templates.html#faq-35.19 ("Why am I getting errors when my template-derived-class uses a member it inherits from its template-base-class?") by prepending this-> when refering to inherited members in macros.
-
- Feb 25, 2010
-
-
Christoph Groth authored
-
- Feb 17, 2010
-
-
Christoph Groth authored
icc nastily defines __GNUC__ while it does not support all of gcc's features.
-
- Feb 06, 2010
-
-
Christoph Groth authored
This prevents silent conversion Tiny_vector<double> to Tiny_vector<int> which led to difficult to spot bugs.
-
- Jan 12, 2010
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- Jan 08, 2010
-
-
Christoph Groth authored
-
- Dec 04, 2009
-
-
Christoph Groth authored
-