From a68e592154c9d93d7593e9b462eafac3f6ce053d Mon Sep 17 00:00:00 2001 From: Michael Popoloski Date: Sat, 11 May 2024 21:15:59 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e875fef..8696a59 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,4 @@ target_link_libraries(my_executable PRIVATE boost_unordered) ``` ### Methodology -The sources in this repository were produced as follows: -- Download boost (version 1.82) -- Extract the unordered library via the `bcp` utility -- Delete a bunch of obvious stuff that `bcp` pulls in by accident (like the whole regex library) -- Use the [coan](https://coan2.sourceforge.net/) tool to flatten out a bunch of macros for pre-C++11 cases or workarounds for various compilers -- Create a [minconfig.hpp](https://github.com/MikePopoloski/boost_unordered/blob/master/include/boost/minconfig.hpp) file that can replace the whole tree of `config` and `predef` headers that were being pulled in -- Find + replace a bunch of boost utilities that have std counterparts (mostly allocator traits) -- Profit +The sources in this repository were produced by executing the [make_unordered.sh](https://github.com/MikePopoloski/boost_unordered/blob/master/make_unordered.sh) script.