Commit Graph

6 Commits

Author SHA1 Message Date
jzmaddock
5495b41f53 complex/mpc: test_move_mpfr fails for certain mpfr versions because our custom allocator functions are never called - just disable the test in this case as it's basically meaningless.
[CI SKIP]
2018-03-31 18:22:27 +01:00
jzmaddock
2745328444 Add missing #include. 2016-05-10 18:57:02 +01:00
John Maddock
61796abed2 Merge fixes for from Trunk.
Fixes #8692.
Fixes #8670.
Fixes #8667.

[SVN r84799]
2013-06-15 17:38:45 +00:00
Marshall Clow
5eb7c69461 Removed usage of deprecated macros
[SVN r81558]
2012-11-26 17:20:55 +00:00
John Maddock
3bcbb056e7 Add better error checking for moved-from types.
[SVN r79913]
2012-08-07 17:55:32 +00:00
John Maddock
26905dc5ea Fix non ET operators to return by value (not rvalue refs as that's unsafe - thanks to Howard Hinnant for the test case).
Fix move constructors to actually move!
Add move test case.
Add better move support throughout the lib.

[SVN r79224]
2012-07-02 08:08:28 +00:00