- Feb 09, 2015
-
-
Robert K authored
-
- Feb 06, 2015
-
-
Steffen Müthing authored
The ForLoop TMP used to put a number of restrictions on the arguments to apply(), mainly due to the limited capabilities of C++01 wrt. to argument forwarding. But now we have C++11, so we can throw away all that awkward code and replace it with a single forwarding function that supports arbitrary numbers of arbitrary combinations of lvalues and rvalues - all hail variadic templates and perfect forwarding!
-
- Mar 22, 2014
-
-
Christoph Grüninger authored
-
- Oct 05, 2012
-
-
Christian Engwer authored
fix \code blocks in forloop.hh [[Imported from SVN: r7021]]
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- Jan 13, 2011
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6309]]
-
- Dec 06, 2010
-
-
Jorrit Fahlke authored
The previous limit was at seven arguments. [[Imported from SVN: r6296]]
-
- Dec 05, 2010
-
-
Jorrit Fahlke authored
actually works. Also, talk a little bit about the no-rvalues limitation. [[Imported from SVN: r6294]]
-
- Aug 07, 2010
-
-
Jorrit Fahlke authored
method to 7. [[Imported from SVN: r6089]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6088]]
-
- May 03, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r5994]]
-
- Dec 08, 2009
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5754]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Oct 02, 2009
-
-
Andreas Dedner authored
[[Imported from SVN: r5612]]
-