Searched refs:nonconst (Results 1 – 1 of 1) sorted by relevance
39 static std::array<char, 2> nonconst = {'a', 'b'}; in TEST() local43 static_assert(CanCreate<nonconst>::value == false); in TEST()