Files
boost_array/test/test_cmake/main.cpp
T

5 lines
71 B
C++

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