Ross McIlroy

Results 1 comments of Ross McIlroy

The issue is the lack of a ".data()" method on the std::vector specialization, which causes absl::MakeSpan fail to compile when passed a std::vector. I can make the code compile if...