Commit Graph
65 Commits
Author SHA1 Message Date
Kévin Alexandre Boissonneault 6a56887068 Fixed non-trivial copy assignment in "expected_move_assign_base" 2017-12-02 22:06:07 -05:00
Kévin Alexandre Boissonneault 5bed466a7e Fixed copy-paste error 2017-12-02 20:18:26 -05:00
Kévin Alexandre Boissonneault 0f335690db Fixed compilation on "is_trivially_*" traits on GCC4.8+ 2017-12-02 20:13:08 -05:00
Kévin Alexandre Boissonneault 65cf9dd693 Fixed missing includes 2017-12-02 19:55:35 -05:00
Kévin Alexandre Boissonneault abbd7d8ec4 Fixed comments 2017-12-02 19:17:13 -05:00
Kévin Alexandre Boissonneault 1b0056303d Fixed copy and move operations on "expected<trivially_copyable,nontrivially_copyable" 2017-12-02 19:12:22 -05:00
Simon Brand 492f03f447 Merge branch 'master' of github.com:TartanLlama/expected 2017-12-01 12:24:00 +00:00
Simon Brand e0d5b0bf19 Remove bad move 2017-12-01 12:23:52 +00:00
Simon Brand bb41c1d30d Merge pull request #1 from ericLemanissier/patch-1
replace optional by expected in readme license
2017-11-29 14:02:41 +00:00
ericLemanissier b4f9e3d224 replace optional by expected in readme license 2017-11-29 13:53:45 +01:00
Simon Brand e081092fb1 Docs v0.1 2017-11-27 15:23:46 +00:00
Simon Brand 9abc013e43 Update docs 2017-11-27 15:19:17 +00:00
Simon Brand e61179684c Update docs 2017-11-27 15:17:46 +00:00
Simon Brand d37876102c Update docs 2017-11-27 15:11:47 +00:00
Simon Brand 66856b517e Update readme 2017-11-27 15:08:14 +00:00
Simon Brand c3277f5a35 Update readme 2017-11-27 15:03:45 +00:00
Simon Brand afdacc1ba3 More testing 2017-11-27 14:48:16 +00:00
Simon Brand f2152f8e54 Emplace tests 2017-11-27 14:24:22 +00:00
Simon Brand 92f6fee49a Update mutexes 2017-11-27 12:24:28 +00:00
Simon Brand e65b3d6fe4 Clang format, support cohabitation with tl::optional 2017-11-16 11:18:02 +00:00
Simon Brand 92e5c7fac2 Upgrade to Catch 2 2017-11-03 14:20:26 +00:00
Simon Brand f10ed10245 Add SFINAE 2017-11-02 15:41:02 +00:00
Simon Brand 2e63a5f5c5 Add or_else 2017-11-02 09:57:49 +00:00
Simon Brand 0c82e4c910 Update readme 2017-11-02 09:43:23 +00:00
Simon Brand 90f88ebff2 Fix tests 2017-11-02 09:22:58 +00:00
Simon Brand aa375b4815 Fix tests 2017-11-02 09:04:06 +00:00
Simon Brand 305db8a382 Fix GCC4.9 2017-11-02 08:59:35 +00:00
Simon Brand ae449c6469 Fix build on clang 2017-11-02 08:33:28 +00:00
Simon Brand 26e2199751 Fix types 2017-11-02 08:25:22 +00:00
Simon Brand 2a33820242 Typos 2017-11-02 08:25:00 +00:00
Simon Brand c14349bde1 Constexpr fixes 2017-11-02 08:24:07 +00:00
Simon Brand 8ddc1d68fe Make compile 2017-11-02 08:16:33 +00:00
Simon Brand 6e10df258a Start work on conditionally deleting special members 2017-11-02 07:16:19 +00:00
Simon Brand dc38ace38b Create CNAME 2017-10-31 10:27:43 +00:00
Simon Brand 332297010c More docs 2017-10-31 10:27:11 +00:00
Simon Brand 47b1ae09a3 Start writing docs 2017-10-30 15:38:14 +00:00
Simon Brand 6ece7437e8 More comparisons 2017-10-30 10:43:43 +00:00
Simon Brand 112d72a253 Merge branch 'master' of github.com:TartanLlama/expected 2017-10-30 10:26:19 +00:00
Simon Brand 8fd6f2cf74 More comparisons 2017-10-30 10:26:15 +00:00
Simon Brand 2c90606f59 Attempt to conditionally delete assignment 2017-10-30 07:46:41 +00:00
Simon Brand de01c7bb4e Fix assignment 2017-10-30 07:13:07 +00:00
Simon Brand d92ed4b0cb Call function 2017-10-29 20:25:40 +00:00
Simon Brand ec3c96af64 Untested assignment and emplace 2017-10-29 20:01:53 +00:00
Simon Brand 8b800d6d0e License 2017-10-28 14:17:05 +01:00
Simon Brand beedb23d5c Fix GCC 2017-10-28 14:16:50 +01:00
Simon Brand 95d334d1d1 gitignore 2017-10-27 12:19:33 +01:00
Simon Brand 32fe1431be Remove autosave 2017-10-27 12:19:09 +01:00
Simon Brand a089579387 map_error tests 2017-10-27 12:18:57 +01:00
Simon Brand 89831bfa86 First go at map_error 2017-10-27 12:16:31 +01:00
Simon Brand 4cf83fcbd6 C++11 and_then 2017-10-27 12:11:49 +01:00