This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_static_assert
Watch
1
Star
0
Fork
0
forked from
boostorg/static_assert
Code
Pull Requests
Activity
Files
dab912e2e88bf1eca6fde295afe344b3cc5a20a0
boost_static_assert
/
test
/
cmake_install_test
/
main.cpp
T
8 lines
106 B
C++
Raw
Normal View
History
Unescape
Escape
Add cmake_install_test, cmake_subdir_test
2019-12-26 19:05:07 +02:00
#include
<boost/static_assert.hpp>
int
main
()
{
Untabify
2019-12-29 18:47:06 +02:00
int
const
x
=
5
;
BOOST_STATIC_ASSERT
(
x
>
4
);
Add cmake_install_test, cmake_subdir_test
2019-12-26 19:05:07 +02:00
}
Copy Permalink