forked from microsoft/GSL
Removed span from-nullptr_t ctor.
This commit is contained in:
@@ -511,12 +511,6 @@ TEST_CASE("Constructors")
|
||||
CHECK(span.length() == 0);
|
||||
}
|
||||
|
||||
// from nullptr
|
||||
{
|
||||
cstring_span<> span(nullptr);
|
||||
CHECK(span.length() == 0);
|
||||
}
|
||||
|
||||
// from string literal
|
||||
{
|
||||
cstring_span<> span = "Hello";
|
||||
|
||||
Reference in New Issue
Block a user