mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
[CMake] Add self-test for cmake
This commit is contained in:
5
test/test_cmake/main.cpp
Normal file
5
test/test_cmake/main.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include <boost/array.hpp>
|
||||
|
||||
int main() {
|
||||
boost::array<int,5> a{};
|
||||
}
|
Reference in New Issue
Block a user