Skip to content

Commit 6c7a3b0

Browse files
authored
Update 002_grammar_max_align_t.cpp
1 parent dd6bd97 commit 6c7a3b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cpp_11/002_grammar_max_align_t.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
1
1+
#include <iostream>
2+
#include <cstddef>
3+
int main()
4+
{
5+
std::cout << alignof(std::max_align_t) << '\n';
6+
}

0 commit comments

Comments
 (0)