This website requires JavaScript.
Explore
Help
Sign In
dong
/
certificate
Watch
1
Star
0
Fork
You've already forked certificate
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
certificate
/
include
/
cryptopp
/
TestPrograms
/
test_cxx11_alignof.cpp
7 lines
105 B
C++
Raw
Permalink
Blame
History
#
include
<cstddef>
int
main
(
int
argc
,
char
*
argv
[
]
)
{
std
:
:
size_t
n
=
alignof
(
int
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink