From 3ae6dfa2c51f63313d72b3cda794dc6ed3e628de Mon Sep 17 00:00:00 2001 From: Arun M Date: Wed, 3 Jan 2018 15:18:53 +0530 Subject: [PATCH] Updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 17cfeda..06f2c28 100644 --- a/README.md +++ b/README.md @@ -681,6 +681,14 @@ Things one may have questions about Checkout the tests. It has examples for all the algorithms which are supported. +- Support for C++11 seems trivial based on the changes required. Why not support C+11 then ? + + Its 2018 now! If I ever start getting requests to have support for C++11, then I will surely consider it. + +- The Metaprogramming concept checks for Sequence and Mapping looks sad. + + Yeah I know. Just hacked something very basic. + ## License