Skip to content

Commit 6caea31

Browse files
Merge pull request #812 from laurynas-biveinis/inode4-constexpr-union
Add constexpr to basic_inode_4::key_union constructor
2 parents 5eb438e + 351b86d commit 6caea31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

art_internal_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ class basic_inode_4 : public basic_inode_4_parent<ArtPolicy> {
16701670
critical_section_policy<std::uint32_t> integer;
16711671

16721672
UNODB_DETAIL_DISABLE_MSVC_WARNING(26495)
1673-
key_union() noexcept {}
1673+
constexpr key_union() noexcept {}
16741674
UNODB_DETAIL_RESTORE_MSVC_WARNINGS()
16751675
} keys;
16761676

0 commit comments

Comments
 (0)