From 5852c42bb9d407fe5ed6e5a94d59d4487bb84da4 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Tue, 1 Jul 2014 12:56:40 +0800 Subject: [PATCH] Update features.md --- doc/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/features.md b/doc/features.md index 7a520306..51f70164 100644 --- a/doc/features.md +++ b/doc/features.md @@ -10,7 +10,7 @@ * Header files only library. Just copy the headers to your project. * Self-contained, minimal dependences * No STL, BOOST, etc. - * Only included ``, ``, ``, ``, ``, ``. * + * Only included ``, ``, ``, ``, ``, ``. * Without C++ exception, RTTI * High performance * Use template and inline functions to reduce function call overheads.