1. 19 Feb, 2017 1 commit
    • Matthias Vallentin's avatar
      Introduce new ctor overload for expected<T> · e8ab1931
      Matthias Vallentin authored
      The new helper class no_error_t has a single constexpr instance
      no_error, for which expected<T> now has a non-explicit ctor overload.
      This comes in handy when a T has non-explicit ctor overload for none_t,
      creating an ambiguity when attempting to construct expected<T>{none},
      since both error and T are viable candidates.
      e8ab1931
  2. 18 Feb, 2017 1 commit
  3. 16 Feb, 2017 1 commit
  4. 07 Feb, 2017 2 commits
  5. 31 Jan, 2017 1 commit
  6. 22 Jan, 2017 2 commits
  7. 19 Jan, 2017 2 commits
  8. 18 Jan, 2017 3 commits
  9. 12 Jan, 2017 2 commits
  10. 10 Jan, 2017 1 commit
  11. 06 Jan, 2017 6 commits
  12. 05 Jan, 2017 1 commit
  13. 01 Jan, 2017 1 commit
  14. 19 Dec, 2016 1 commit
  15. 16 Dec, 2016 1 commit
  16. 14 Dec, 2016 1 commit
  17. 08 Dec, 2016 4 commits
  18. 05 Dec, 2016 1 commit
  19. 03 Dec, 2016 1 commit
  20. 01 Dec, 2016 1 commit
  21. 30 Nov, 2016 1 commit
  22. 28 Nov, 2016 3 commits
  23. 25 Nov, 2016 2 commits