1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
---|---|
2 | // Licensed under the MIT license. |
3 | |
4 | #include "address.h" |
5 | |
6 | namespace FASTER { |
7 | namespace core { |
8 | |
9 | constexpr uint32_t Address::kMaxOffset; |
10 | |
11 | } |
12 | } // namespace FASTER::core |
13 |