- Feb 10, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6340]]
-
- Feb 09, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6339]]
-
Christian Engwer authored
[[Imported from SVN: r6338]]
-
Christian Engwer authored
[[Imported from SVN: r6337]]
-
Christian Engwer authored
[[Imported from SVN: r6336]]
-
Christian Engwer authored
inclusion protection, but must redefine the macros whenever the header is included [[Imported from SVN: r6335]]
-
Christian Engwer authored
[[Imported from SVN: r6334]]
-
Christian Engwer authored
[[Imported from SVN: r6333]]
-
Christian Engwer authored
- always emit the fill exception [[Imported from SVN: r6332]]
-
Christian Engwer authored
- if NDEBUG is not set, CHECK_INTERFACE_IMPLEMENTATION is active - add proper double-inclusion-protection [[Imported from SVN: r6331]]
-
- Feb 08, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6330]]
-
- Feb 03, 2011
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6329]]
-
Jorrit Fahlke authored
This is especially useful when an array is needed to initialize a class member. This uses a statement like array<T, 2> result = { t0, t1 }; to initialize the array. This is correct and explicitly allowed by the upcoming standard. Unfortunately g++ warns about this with -Wmissing-braces (which is implied by -Wall) because this relies on brace elision. The report <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137> has been filed more than five years ago, but so far not much has happened. [[Imported from SVN: r6328]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6327]]
-
- Jan 30, 2011
-
-
Christian Engwer authored
(credits go to Steffen Müthing) [[Imported from SVN: r6326]]
-
- Jan 16, 2011
-
-
Jorrit Fahlke authored
Kudos for this patch to Ansgar Burchardt <ansgar@mathi.uni-heidelberg.de> [[Imported from SVN: r6325]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
FieldVector< complex<T> > = FieldVector<T> [[Imported from SVN: r6324]]
-
Christian Engwer authored
[[Imported from SVN: r6323]]
-
Oliver Sander authored
This fixes FS 864. [[Imported from SVN: r6322]]
-
Jorrit Fahlke authored
copied. [[Imported from SVN: r6321]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6320]]
-
Jorrit Fahlke authored
replacement implementation. [[Imported from SVN: r6319]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6318]]
-
Jorrit Fahlke authored
the tested tuple is from Dune, std, or std::tr1. [[Imported from SVN: r6317]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6316]]
-
Jorrit Fahlke authored
For a tuple of references get() should still return a non-const reference, even if the tuple itself is const: int n = 0; const tuple<int&> t(n); get<0>(t) = 1; // post: n == 1 Without this property, tie() would be largely meaningless. [[Imported from SVN: r6315]]
-
Jorrit Fahlke authored
assignable. [[Imported from SVN: r6314]]
-
Jorrit Fahlke authored
-DNDEBUG. [[Imported from SVN: r6313]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6312]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6311]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6310]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6309]]
-
- Jan 12, 2011
-
-
Christian Engwer authored
- fix config.h-comments for variadic templates [[Imported from SVN: r6308]]
-
Christian Engwer authored
[[Imported from SVN: r6307]]
-
Christian Engwer authored
[[Imported from SVN: r6306]]
-
Christian Engwer authored
[[Imported from SVN: r6305]]
-
- Jan 04, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6304]]
-
Martin Nolte authored
[[Imported from SVN: r6303]]
-
- Jan 02, 2011
-
-
Oliver Sander authored
... with appropriate default parameters. This leads to slightly simpler code. Note though that the method reportStream has disappeared, and hence this patch may break some code. I think that's acceptable, though, because the fix is trivial and the reportStream method never appeared in a release. [[Imported from SVN: r6302]]
-
Oliver Sander authored
[[Imported from SVN: r6301]]
-