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