Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@TartanLlama TartanLlama released this 15 Mar 10:29
· 2 commits to master since this release
292eff8

What's Changed

  • Modify Conanfile to package expected as a header-only library in #56
  • Move the error value when throwing an exception in .value rval overloads in #62
  • Syntax highlight in README in #64
  • Revamp CMake to be correct and easy to understand in #69
  • Fix use of std::remove_cv in static_assert in #90
  • Add deduction guide to tl::unexpected in #109
  • Use move construction in swap implementation in #103
  • Fix warnings in test in #92
  • Test on many compilers in #123
  • Remove undefined behaviour in #117
  • Fixed issue #129 in #131
  • remove submodule directory in #138

Full Changelog: v1.0.0...v1.1.0