diff --git a/test/constexpr-array-shim.h b/test/constexpr-array-shim.h index 5235080..6863b61 100644 --- a/test/constexpr-array-shim.h +++ b/test/constexpr-array-shim.h @@ -5,7 +5,7 @@ #if defined( __cpp_lib_array_constexpr) && __cpp_lib_array_constexpr >= 201606L template -using constexpr_array = array; +using constexpr_array = std::array; #else template struct constexpr_array {