2
0
mirror of https://github.com/boostorg/array.git synced 2026-01-24 05:32:11 +00:00
Files
array/test/test_cmake/main.cpp
2018-12-07 11:34:20 +01:00

5 lines
71 B
C++

#include <boost/array.hpp>
int main() {
boost::array<int,5> a{};
}