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{};
}