Skip to content

Commit

Permalink
Remove implementation detail files for old extents
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Feb 1, 2023
1 parent 89ec20e commit 3fa2214
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,079 deletions.
19 changes: 0 additions & 19 deletions compilation_tests/ctest_standard_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,6 @@

namespace stdex = std::experimental;

//==============================================================================
// <editor-fold desc="helper utilities"> {{{1

MDSPAN_STATIC_TEST(
!std::is_base_of<stdex::extents<int, 1, 2, 3>, stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>>::value
);

MDSPAN_STATIC_TEST(
!std::is_base_of<stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>, stdex::extents<int, 1, 2, 3>>::value
);

MDSPAN_STATIC_TEST(
std::is_standard_layout<
stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>
>::value
);

// </editor-fold> end helper utilities }}}1
//==============================================================================

//==============================================================================
// <editor-fold desc="extents"> {{{1
Expand Down
19 changes: 0 additions & 19 deletions compilation_tests/ctest_trivially_copyable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,6 @@

namespace stdex = std::experimental;

//==============================================================================
// <editor-fold desc="helper utilities"> {{{1

MDSPAN_STATIC_TEST(
!std::is_base_of<stdex::extents<int, 1, 2, 3>, stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>>::value
);

MDSPAN_STATIC_TEST(
!std::is_base_of<stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>, stdex::extents<int, 1, 2, 3>>::value
);

MDSPAN_STATIC_TEST(
std::is_trivially_copyable<
stdex::detail::__partially_static_sizes<int, size_t, 1, 2, 3>
>::value
);

// </editor-fold> end helper utilities }}}1
//==============================================================================

//==============================================================================
// <editor-fold desc="extents"> {{{1
Expand Down
1 change: 0 additions & 1 deletion include/experimental/__p0009_bits/layout_stride.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#pragma once

#include "macros.hpp"
#include "static_array.hpp"
#include "extents.hpp"
#include "trait_backports.hpp"
#include "compressed_pair.hpp"
Expand Down
124 changes: 0 additions & 124 deletions include/experimental/__p0009_bits/maybe_static_value.hpp

This file was deleted.

Loading

0 comments on commit 3fa2214

Please sign in to comment.