mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
Enable failing tests
This commit is contained in:
@ -56,7 +56,8 @@ template<class T> void test4()
|
||||
|
||||
template<class T> void test5()
|
||||
{
|
||||
// constexpr boost::array<T, 0> a = {{}};
|
||||
constexpr boost::array<T, 0> a = {{}};
|
||||
(void)a;
|
||||
}
|
||||
|
||||
template<class T> void test6()
|
||||
|
Reference in New Issue
Block a user