From 14c5cdaf6645a83310cb4eedf6d3fd3cb84892f5 Mon Sep 17 00:00:00 2001 From: Ricardo Abreu Date: Thu, 26 Apr 2018 15:34:53 +0100 Subject: [PATCH] separate why subsection --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc0b451..00f1e6e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ C++ community. It has been proposed for standardization (see [N4189](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4189.pdf)) but is still not part of the standard library, as of March 2018. +#### Why + While there are several implementations available, I did not find any with all the characteristics I aimed for here - safe, tested, documented, public domain, thin wrapping, general, standalone, simple interface... (see feature list below).