File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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>)
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 {
2020using i8 = __INT8_TYPE__;
2121using u8 = __UINT8_TYPE__;
2222using i16 = __INT16_TYPE__;
You can’t perform that action at this time.
0 commit comments