mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fixed compile error with GCC/clang.
This commit is contained in:
parent
9f9fad9620
commit
9b40a0a7c8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user