Skip to content

[Containers] Make one-argument span constructor explicit

Alexis Colin requested to merge span_one_argument_constructor_explicit into main

This contructor used to create ambiguities, for exemple when passing a string to a function accepting a string_view or a span as argument

Merge request reports