|
@@ -51,8 +51,8 @@ template<typename Type, typename View, typename Other, std::size_t... VGet, std:
|
|
|
[[nodiscard]] auto view_pack(const View &view, const Other &other, std::index_sequence<VGet...>, std::index_sequence<VExclude...>, std::index_sequence<OGet...>, std::index_sequence<OExclude...>) {
|
|
[[nodiscard]] auto view_pack(const View &view, const Other &other, std::index_sequence<VGet...>, std::index_sequence<VExclude...>, std::index_sequence<OGet...>, std::index_sequence<OExclude...>) {
|
|
|
// friend-initialization, avoid multiple calls to refresh
|
|
// friend-initialization, avoid multiple calls to refresh
|