5 lines
71 B
C++
Raw Normal View History

2025-01-12 20:37:50 +08:00
#include <boost/array.hpp>
int main() {
boost::array<int,5> a{};
}