1. 10 Jul, 2020 1 commit
  2. 07 Jul, 2020 1 commit
  3. 30 Jun, 2020 3 commits
  4. 10 Jun, 2020 1 commit
  5. 26 Apr, 2020 7 commits
  6. 31 Mar, 2020 2 commits
  7. 25 Nov, 2019 2 commits
  8. 14 Nov, 2019 2 commits
  9. 14 Oct, 2019 2 commits
  10. 21 Sep, 2019 3 commits
  11. 20 Sep, 2019 3 commits
  12. 19 Sep, 2019 2 commits
  13. 19 Aug, 2019 1 commit
    • Andre Schmeißer's avatar
      Make `overload_cast_impl` available in C++11 mode. (#1581) · 19189b4c
      Andre Schmeißer authored
      * Make `overload_cast_impl` available in C++11 mode.
      
      Narrow the scope of the `#if defined(PYBIND11_CPP14)` block around overload_cast to only
      cover the parts where C++14 is stricly required. Thus, the implementation in
      `pybind11::details::overload_cast_impl` is still available in C++11 mode.
      
      * PR #1581: Modify test to use overload_cast_impl, update docs and change log
      19189b4c
  14. 19 Jul, 2019 1 commit
  15. 22 Jun, 2019 1 commit
  16. 12 Jun, 2019 1 commit
  17. 11 Jun, 2019 4 commits
  18. 10 Jun, 2019 3 commits