| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 39b8412 commit 8e16037
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,17 +21,6 @@ namespace boost::openmethod { | |||
| 21 | 21 | ||
| 22 | 22 | namespace detail { | |
| 23 | 23 | ||
| 24 | - #if defined(UINTPTR_MAX) | ||
| 25 | - using uintptr = std::uintptr_t; | ||
| 26 | - constexpr uintptr uintptr_max = UINTPTR_MAX; | ||
| 27 | - #else | ||
| 28 | - static_assert( | ||
| 29 | - sizeof(std::size_t) == sizeof(void*), | ||
| 30 | - "This implementation requires that size_t and void* have the same size."); | ||
| 31 | - using uintptr = std::size_t; | ||
| 32 | - constexpr uintptr uintptr_max = (std::numeric_limits<std::size_t>::max)(); | ||
| 33 | - #endif | ||
| 34 | - | ||
| 35 | 24 | template<class Registry> | |
| 36 | 25 | std::vector<type_id> minimal_perfect_hash_control; | |
| 37 | 26 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments