From afe31afb658ad02d72107e82cbe4999f376ed5ae Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 20 Nov 2014 10:17:58 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85a68a88..9d1824db 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,12 @@ The library is intended for any compiler that supports C++ 03. **Main features:** - A set of fixed capacity containers. (stack, queue, list, forward_list, vector, deque) - - Compile time template constants. + - Templated compile time constants. - Templated design pattern base classes (Visitor, Observer) - Reverse engineered C++ 0x11 features (type traits, algorithms, containers etc.) - Smart enumerations - 8, 16, 32 & 64 bit CRC calculations - Many utilities for template support. - - Compile time constants. - Variants (a type that can store many types in a type-safe interface. - Optional exceptions on errors.