This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
static_assert
Watch
1
Star
0
Fork
1
You've already forked static_assert
mirror of
https://github.com/boostorg/static_assert.git
synced
2026-01-25 08:32:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
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
}
Reference in New Issue
Copy Permalink