Fix sanitizer warning
This commit is contained in:
parent
54286a25a1
commit
43d39d7db6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
}
|
||||
|
||||
db_val (std::nullptr_t) noexcept :
|
||||
span_view{}
|
||||
span_view{ reinterpret_cast<uint8_t const *> (""), 0 } // Use empty string literal to provide valid pointer for zero-size memcpy
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue