Searched refs:NotAContainerNoSize (Results 1 – 1 of 1) sorted by relevance
54 struct NotAContainerNoSize { struct75 …std::span<int> s5{NotAContainerNoSize<int>()}; // expected-error {{no matching constructor fo… in main() argument76 …std::span<int, 0> s6{NotAContainerNoSize<int>()}; // expected-error {{no matching constructor fo… in main()