OpenEnroth 73e68f7
|
#include <BinaryConcepts.h>
Concept that matches std::span. This is mainly needed so that overloads that take std::span
don't accidentally trigger user-defined conversions, and thus aren't callable with std::vector
or other span-compatible types.