From e2d87e32fc10d664ca6a4632ced0721918d84464 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 25 Mar 2021 11:03:44 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 93b0253..8b04151 100644 --- a/README.md +++ b/README.md @@ -110,12 +110,6 @@ Tested on: * MSVC 2015 * MSVC 2017 -### Dependencies - -Requires [Standardese](https://github.com/foonathan/standardese) for generating documentation. - -Requires [Catch](https://github.com/philsquared/Catch) for testing. This is bundled in the test directory. - ### Standards Proposal This library also serves as an implementation of WG21 standards paper [P0798R0: Monadic operations for std::optional](https://wg21.tartanllama.xyz/monadic-optional). This paper proposes adding `map`, `and_then`, and `or_else` to `std::optional`.