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

Commit 3c855cf

Browse files
authored
Merge pull request #1255 from lukaszstolarczuk/fix-hashmap-link
fix OneTBB docs' links in the containers comments
2 parents d079387 + 2c0349c commit 3c855cf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

include/libpmemobj++/container/concurrent_hash_map.hpp

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

44
/**
55
* @file
@@ -1573,7 +1573,7 @@ operator!=(const hash_map_iterator<Container, M> &i,
15731573

15741574
/**
15751575
* Persistent memory aware implementation of Intel TBB
1576-
* [concurrent_hash_map](https://spec.oneapi.io/versions/0.5.0/oneTBB/containers/concurrent_hash_map_cls.html)
1576+
* [concurrent_hash_map](https://spec.oneapi.io/versions/latest/elements/oneTBB/source/containers/concurrent_hash_map_cls.html)
15771577
*
15781578
* The implementation is based on a concurrent hash table algorithm
15791579
* (https://arxiv.org/ftp/arxiv/papers/1509/1509.02235.pdf) where elements

include/libpmemobj++/experimental/concurrent_map.hpp

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

44
/**
55
* @file
@@ -22,9 +22,8 @@ namespace experimental
2222

2323
/**
2424
* Persistent memory aware implementation of Intel TBB
25-
* [concurrent_map
26-
* with](https://spec.oneapi.io/versions/0.5.0/oneTBB/containers/concurrent_map_cls.html)
27-
* API partially compatible to std::map.
25+
* [concurrent_map](https://spec.oneapi.io/versions/latest/elements/oneTBB/source/containers/concurrent_map_cls.html)
26+
* with API partially compatible with std::map.
2827
*
2928
* A sorted associative container that contains key-value pairs with unique
3029
* keys. Keys are sorted by using the comparison function Compare. Search,

0 commit comments

Comments
 (0)