mirror of
https://github.com/boostorg/array.git
synced 2026-01-25 08:32:24 +01:00
5 lines
71 B
C++
5 lines
71 B
C++
|
|
#include <boost/array.hpp>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
boost::array<int,5> a{};
|
||
|
|
}
|