view: backward compat/coverage purposes

This commit is contained in:
Michele Caini
2023-12-05 17:08:16 +01:00
parent 4664d0601f
commit 3ec5e81d81

View File

@@ -784,7 +784,7 @@ public:
* @param elem A storage to assign to the view.
*/
void storage(Get &elem) noexcept {
this->view = &elem;
storage<0>(elem);
}
/**