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

Commit 36c8855

Browse files
fix old link in Doxygen comment
1 parent 890ab39 commit 36c8855

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/libpmemobj++/container/concurrent_hash_map.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,12 +1965,12 @@ class concurrent_hash_map
19651965
{
19661966
if (layout_features.incompat != header_features().incompat)
19671967
throw pmem::layout_error(
1968-
"Incompat flags mismatch, for more details go to: https://pmem.io/pmdk/cpp_obj/ \n");
1968+
"Incompat flags mismatch, for more details go to: https://pmem.io/libpmemobj-cpp\n");
19691969

19701970
if ((layout_features.compat & FEATURE_CONSISTENT_SIZE) &&
19711971
this->value_size != sizeof(value_type))
19721972
throw pmem::layout_error(
1973-
"Size of value_type is different than the one stored in the pool \n");
1973+
"Size of value_type is different than the one stored in the pool\n");
19741974
}
19751975

19761976
public:

0 commit comments

Comments
 (0)