This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_static_assert
Watch
1
Star
0
Fork
0
You've already forked boost_static_assert
forked from
boostorg/static_assert
Code
Pull Requests
Activity
Files
esp-idf-component
Add File
New File
Apply Patch
boost_static_assert
/
test
/
cmake_install_test
/
main.cpp
8 lines
106 B
C++
Raw
Permalink
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