Skip to content

Commit

Permalink
#326: move non standard tag to utility
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed May 29, 2024
1 parent 7a0ed86 commit f08661a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/experimental/__p0009_bits/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,3 @@ struct __bools;

// </editor-fold> end Pre-C++14 constexpr }}}1
//==============================================================================

namespace MDSPAN_IMPL_STANDARD_NAMESPACE {
constexpr struct mdspan_non_standard_tag {
} mdspan_non_standard;
} // namespace MDSPAN_IMPL_STANDARD_NAMESPACE
4 changes: 4 additions & 0 deletions include/experimental/__p0009_bits/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ constexpr struct
} stride;

} // namespace detail

constexpr struct mdspan_non_standard_tag {
} mdspan_non_standard;

} // namespace MDSPAN_IMPL_STANDARD_NAMESPACE

0 comments on commit f08661a

Please sign in to comment.