This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_array
Watch
1
Star
0
Fork
0
forked from
boostorg/array
Code
Pull Requests
Activity
Files
42d974e5df6f1ebbdbd90d162136c377ded633b6
boost_array
/
test
/
test_cmake
/
main.cpp
T
5 lines
71 B
C++
Raw
Normal View
History
Unescape
Escape
[CMake] Add self-test for cmake
2018-12-07 11:21:51 +01:00
#include
<boost/array.hpp>
int
main
()
{
boost
::
array
<
int
,
5
>
a
{};
}
Copy Permalink