index
:
ceph
debian
progress-linux
upstream
debian 11: ceph
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boost
/
libs
/
array
/
test
/
test_cmake
/
main.cpp
blob: c2e0c905c86d86b3af511fe5dd7ddf293635841e (
plain
)
1
2
3
4
5
#include
<boost/array.hpp>
int
main
()
{
boost
::
array
<
int
,
5
>
a
{};
}