blob: c2e0c905c86d86b3af511fe5dd7ddf293635841e [file] [log] [blame]
#include <boost/array.hpp>
int main() {
boost::array<int,5> a{};
}