From 71ad0bfc699ecce74a0b12b78251b63114008be0 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sun, 22 Oct 2017 09:56:38 +0100 Subject: [PATCH] Mention paper --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f52a8d..76382e8 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ Requires [Standardese](https://github.com/foonathan/standardese) for generating 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`. + ---------- [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)]("http://creativecommons.org/publicdomain/zero/1.0/")