From a4ee4f6e7a4ca79df124db70dee8d136d627255d Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Wed, 27 Aug 2014 21:57:36 +0200 Subject: [PATCH] Omit words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9573e36..2351c0d 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ lest_basic | 3.2 | 4.6 | 12 | lest_decompose | 3.2 | 4.6 | 12 | lest_cpp03 (decompose) | ? | ? | 6 SP6 | -**Note**: I've made a few concessions to enable compilation with VC12 (VS2013 Update 3) and VC"14" CTP 3: +**Note**: I've made a few concessions to enable compilation with Visual C++: - Replace braced member initialisation with C++98 style initialisation. - Prevent bug [Range-for, with try/catch statement, not compiling](https://connect.microsoft.com/VisualStudio/feedbackdetail/view/874705). - Prevent [syntax error C2144](https://connect.microsoft.com/VisualStudio/feedbackdetail/view/812488) and use `enum{ value }` instead of `static constexpr bool` in struct `is_container` (for VC only).