Skip to content

Commit 2acb16f

Browse files
committed
⬆️ v5.0.1
1 parent a704a4d commit 2acb16f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ inline constexpr auto find =
361361
> Configuration
362362
363363
```cpp
364-
#define MPH 5'0'0 // Current library version (SemVer)
364+
#define MPH 5'0'1 // Current library version (SemVer)
365365
#define MPH_PAGE_SIZE // [default: not defined]
366366
// If defined safe memcpy will be used for string-like
367367
// keys if the read is approaching the page boundry (4096u)

mph

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// http://www.boost.org/LICENSE_1_0.txt)
77
//
88
#ifndef MPH
9-
#define MPH 5'0'0 // SemVer
9+
#define MPH 5'0'1 // SemVer
1010
#pragma GCC system_header
1111

1212
#if __has_include(<experimental/simd>)
@@ -16,7 +16,7 @@
1616
/**
1717
* [Minimal] Static perfect hash library (https://github.com/boost-ext/mph)
1818
*/
19-
namespace mph::inline v5_0_0 {
19+
namespace mph::inline v5_0_1 {
2020
using i8 = __INT8_TYPE__;
2121
using u8 = __UINT8_TYPE__;
2222
using i16 = __INT16_TYPE__;

0 commit comments

Comments
 (0)