This website requires JavaScript.
Explore
Help
Register
Sign In
Hawkin
/
arangodb
mirror of
https://gitee.com/bigwinds/arangodb
Accept Transfer
Reject Transfer
Watch
1
Star
0
Fork
You've already forked arangodb
0
Code
Issues
Projects
Releases
Wiki
Activity
3bb24146a6
arangodb
/
cmake
/
CheckCXX11Features
/
cxx11-test-static_assert_fa...
6 lines
93 B
C++
Raw
Blame
History
int
main
(
void
)
{
static_assert
(
1
<
0
,
"
your ordering of integers is screwed
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink