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
Deprecate modm::aligned_storage_t which relies on the deprecated type
std::aligned_storage. Remove all usages from modm and replace
them with a properly aligned std::byte array as recommended by C++ paper
P1413R3.
0 commit comments