Enable failing tests

This commit is contained in:
Peter Dimov
2025-01-26 21:26:46 +02:00
parent 567ba40840
commit f017dac435
6 changed files with 12 additions and 11 deletions

View File

@ -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()