1. 02 Jul, 2021 8 commits
  2. 01 Jul, 2021 2 commits
    • Jonathan Emmett's avatar
      Fix missing std::get overload in MSVC (#2407) · 889bbf27
      Jonathan Emmett authored
      This replaces the `std::get` call with an unqualified equivalent to allow
      it to be treated as a dependent call.
      
      ranges.h needs std::get overloads from `<tuple>` but does not directly
      include it. This causes compilation failures in MSVC with /permissive-.
      On other platforms `<tuple>` is included as a dependency from other headers
      (specifically from `<memory>`), but there is no such implicit dependency in
      MSVC's STL.
      
      Fixes #2401
      889bbf27
    • Victor Zverovich's avatar
      Remove outdated apidoc · 5f847391
      Victor Zverovich authored
      5f847391
  3. 30 Jun, 2021 2 commits
  4. 29 Jun, 2021 2 commits
  5. 28 Jun, 2021 1 commit
  6. 27 Jun, 2021 6 commits
  7. 26 Jun, 2021 5 commits
  8. 24 Jun, 2021 2 commits
  9. 22 Jun, 2021 3 commits
  10. 21 Jun, 2021 2 commits
  11. 19 Jun, 2021 4 commits
  12. 18 Jun, 2021 3 commits