Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski authored May 12, 2024
1 parent ef72bc5 commit a68e592
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a68e592

Please sign in to comment.