which excludes the feature on all MSVC versions... even though right above a comment notes:
// MSVC: template parameter deduction guides since Visual Studio 2017 v15.7
I can only find two other feature tests that use span_COMPILER_MSVC_VERSION rather than span_COMPILER_MSVC_VER.
Would it be acceptable to just change those?
span_HAVE_DEDUCTION_GUIDES
is defined like this:which excludes the feature on all MSVC versions... even though right above a comment notes:
I can only find two other feature tests that use
span_COMPILER_MSVC_VERSION
rather thanspan_COMPILER_MSVC_VER
. Would it be acceptable to just change those?e.g.