hartib

Results 2 comments of hartib

Unfortunately this change leads to a failure in ranges-test.cc because there are now two partial specializations that kick in: one in line 517 and one in line 829. The problem...

We are using several libraries that parse and build communication messages (IP, DVB signaling, CCSDS). These libraries use non-owning views on containers (std::vector, c or c++ arrays, user defined vector-like...