mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
cxx/cstddef: expose 'max_align_t'
expose 'max_align_t' Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
7a9a300fa8
commit
e7e40e8249
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue