Skip to content

2.99.11

Compare
Choose a tag to compare
@murraycu murraycu released this 10 Apr 19:46
· 239 commits to master since this release

libsigc++-3.0 now requires C++17. Use of C++17:

  • Use std::apply to simplify implementation.
  • Use std::invoke to make implementation more generic.
  • Use constexpr if to simplify implementation.