File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
include/beman/any_view/detail Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66#include < beman/any_view/concepts.hpp>
77#include < beman/any_view/detail/intrusive_small_ptr.hpp>
88#include < beman/any_view/detail/iterator_adaptor.hpp>
9- #include < beman/any_view/detail/unique_address .hpp>
9+ #include < beman/any_view/detail/no_unique_address .hpp>
1010
1111namespace beman ::any_view::detail {
1212
Original file line number Diff line number Diff line change 55
66#include < beman/any_view/detail/concepts.hpp>
77#include < beman/any_view/detail/iterator_interface.hpp>
8- #include < beman/any_view/detail/unique_address .hpp>
8+ #include < beman/any_view/detail/no_unique_address .hpp>
99#include < beman/any_view/detail/utility.hpp>
1010
1111#include < compare>
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
22
3- #ifndef BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
4- #define BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
3+ #ifndef BEMAN_ANY_VIEW_DETAIL_NO_UNIQUE_ADDRESS_HPP
4+ #define BEMAN_ANY_VIEW_DETAIL_NO_UNIQUE_ADDRESS_HPP
55
66#ifndef BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS
77#if _MSC_VER
1111#endif // _MSC_VER
1212#endif // BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS
1313
14- #endif // BEMAN_ANY_VIEW_DETAIL_UNIQUE_ADDRESS_HPP
14+ #endif // BEMAN_ANY_VIEW_DETAIL_NO_UNIQUE_ADDRESS_HPP
Original file line number Diff line number Diff line change 33#ifndef BEMAN_ANY_VIEW_DETAIL_VIEW_ADAPTOR_HPP
44#define BEMAN_ANY_VIEW_DETAIL_VIEW_ADAPTOR_HPP
55
6- #include < beman/any_view/detail/unique_address .hpp>
6+ #include < beman/any_view/detail/no_unique_address .hpp>
77#include < beman/any_view/detail/view_interface.hpp>
88
99namespace beman ::any_view::detail {
You can’t perform that action at this time.
0 commit comments