cxx/cstddef: expose 'max_align_t'

expose 'max_align_t'

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2025-12-07 18:26:57 +01:00 committed by Xiang Xiao
parent 7a9a300fa8
commit e7e40e8249

View file

@ -53,6 +53,8 @@ namespace std
using ::socklen_t;
using ::sa_family_t;
#if __cplusplus >= 201103L
using ::max_align_t;
using nullptr_t = decltype(nullptr);
#endif
}