mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
Add operator<=> overload for zero-sized arrays
This commit is contained in:
@ -77,11 +77,11 @@ template<class T, std::size_t N> void test()
|
||||
|
||||
int main()
|
||||
{
|
||||
// test<int, 0>();
|
||||
test<int, 0>();
|
||||
test<int, 1>();
|
||||
test<int, 7>();
|
||||
|
||||
// test<float, 0>();
|
||||
test<float, 0>();
|
||||
test<float, 1>();
|
||||
test<float, 7>();
|
||||
|
||||
|
Reference in New Issue
Block a user