mirror of
https://github.com/microsoft/GSL.git
synced 2025-11-17 15:59:22 +01:00
Fixed compile error with GCC/clang.
This commit is contained in:
@@ -1634,7 +1634,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
_CONSTEXPR array_view(nullptr_t, size_type size) : Base(nullptr, bounds_type{})
|
_CONSTEXPR array_view(std::nullptr_t, size_type size) : Base(nullptr, bounds_type{})
|
||||||
{
|
{
|
||||||
fail_fast_assert(size == 0);
|
fail_fast_assert(size == 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user