Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 8079613

Browse files
Merge pull request #1065 from igchor/radix_defer_free
Implement defer free for radix_tree
2 parents ff6f2c6 + 02f3745 commit 8079613

14 files changed

Lines changed: 509 additions & 243 deletions

File tree

include/libpmemobj++/detail/life.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
/* Copyright 2016-2020, Intel Corporation */
2+
/* Copyright 2016-2021, Intel Corporation */
33

44
/**
55
* @file
@@ -10,6 +10,7 @@
1010
#define LIBPMEMOBJ_CPP_DESTROYER_HPP
1111

1212
#include <cstddef>
13+
#include <tuple>
1314
#include <type_traits>
1415
#include <utility>
1516

0 commit comments

Comments
 (0)