Skip to content
  • Hugo Beauzée-Luyssen's avatar
    common.hpp: Fix signature_match_or_nullptr on MSVC · 3818cec8
    Hugo Beauzée-Luyssen authored
    Since MSVC doesn't handle SFINAE, it will report a build error instead of failing gracefully and use the default case.
    Instead, we provide an explicit specialization for std::nullptr_t, so that the compiler won't complain about nullptr not being convertible to a function
    3818cec8