Commit Graph

10 Commits

Author SHA1 Message Date
jzmaddock
877753246f clang-format: apply new format to (almost) everything. 2019-07-15 18:25:17 +01:00
jzmaddock
4df64fc7f1 Fix test failures from previous commit and extend CI coverage to MPC and MPFI backends.
See https://github.com/boostorg/multiprecision/issues/60.
2018-08-09 09:09:08 +01:00
jzmaddock
821eb5658f Complex: correct mpfr version check. 2018-04-17 19:04:18 +01:00
jzmaddock
7c76ad97d8 complex/mpc: fix some test failures. 2018-04-02 19:28:21 +01:00
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