Skip to content

Patch

Compare
Choose a tag to compare
@jansende jansende released this 03 Oct 19:22
· 4 commits to master since this release
  • Older MSVC versions had problems compiling benri due to template specialization
    instantiation issues. (For a proper resolution MSVC would have needed to expand certain
    template but did not.)
  • Fixed by adding decltype(T{}) inside the specializations.
  • Made the is_convertible_into more general. (It now removes const and volatile
    before type comparison.)