Skip to content

Commit

Permalink
Merge pull request #241 from MattEding/stable
Browse files Browse the repository at this point in the history
Bugfix: MSVC /Zc:preprocessor
  • Loading branch information
dalg24 authored Feb 9, 2023
2 parents a906275 + c772ee5 commit a15c5ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/experimental/__p0009_bits/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@
/**/
#endif


#if defined(_MDSPAN_COMPILER_MSVC)
#if defined(_MDSPAN_COMPILER_MSVC) && (!defined(_MSVC_TRADITIONAL) || _MSVC_TRADITIONAL)
# define MDSPAN_TEMPLATE_REQUIRES(...) \
MDSPAN_PP_CAT( \
MDSPAN_PP_CAT(MDSPAN_TEMPLATE_REQUIRES_, MDSPAN_PP_COUNT(__VA_ARGS__))\
Expand Down

0 comments on commit a15c5ec

Please sign in to comment.