From 449e1a30d3b4d8774e50e3113ac1c30cc7839021 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 14 Jun 2023 12:38:41 -0700 Subject: [PATCH] Remove outdated reference to proposed synopsis --- include/boost/unordered/concurrent_flat_map.hpp | 4 ---- include/boost/unordered/concurrent_flat_map_fwd.hpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/boost/unordered/concurrent_flat_map.hpp b/include/boost/unordered/concurrent_flat_map.hpp index 585b4a87..e0abf6a7 100644 --- a/include/boost/unordered/concurrent_flat_map.hpp +++ b/include/boost/unordered/concurrent_flat_map.hpp @@ -8,10 +8,6 @@ * See https://www.boost.org/libs/unordered for library home page. */ -/* Reference: - * https://github.com/joaquintides/concurrent_hashmap_api#proposed-synopsis - */ - #ifndef BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP #define BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP diff --git a/include/boost/unordered/concurrent_flat_map_fwd.hpp b/include/boost/unordered/concurrent_flat_map_fwd.hpp index a4d76cc0..3a39c7a7 100644 --- a/include/boost/unordered/concurrent_flat_map_fwd.hpp +++ b/include/boost/unordered/concurrent_flat_map_fwd.hpp @@ -8,10 +8,6 @@ * See https://www.boost.org/libs/unordered for library home page. */ -/* Reference: - * https://github.com/joaquintides/concurrent_hashmap_api#proposed-synopsis - */ - #ifndef BOOST_UNORDERED_CONCURRENT_FLAT_MAP_FWD_HPP #define BOOST_UNORDERED_CONCURRENT_FLAT_MAP_FWD_HPP