Skip to content

Commit

Permalink
bugfix MSVC when compiled with /Zc:preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Eding committed Feb 7, 2023
1 parent 0a1ce8c commit c772ee5
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 c772ee5

Please sign in to comment.