You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::variant<
unique_ptr<T> /* aus T const& angelegt und kopiert */,
T const* /* pointer aus bereits alignedtem speicher gespeichert */,
aligned_buf /* unaligned pointer musste kopiert werden */
>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: