Skip to content

Development release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ricab ricab released this 23 Apr 20:22
· 100 commits to main since this release

This is the second development version and it may be subject to breaking changes.

  • works around MSVC bugs (as commented in the code)
  • addresses MSVC warnings
  • fixes Visual Studio build
  • works around core language defect DR 1467 (as commented in the code)
  • adds continuous integration in diverse platforms/compilers, with Travis and AppVeyor
  • adds code coverage with Codecov
  • revises and expands documentation
  • discusses design decisions in detail
  • adds SFINAE usage example