From 73aea39fa6d1aa0fcb269d504529ac5cfd4d7a72 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 12 Mar 2015 19:35:34 +0000 Subject: [PATCH] Remove duplicate "the". N+1 redundancy is not useful here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232086 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MSVCCompatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MSVCCompatibility.rst b/docs/MSVCCompatibility.rst index 3638bbc8d1..1dba9e865b 100644 --- a/docs/MSVCCompatibility.rst +++ b/docs/MSVCCompatibility.rst @@ -112,7 +112,7 @@ time. By default on Windows, Clang attempts to follow suit. This behavior is controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays parsing of method bodies, it still parses the bodies *before* template argument substitution, which is not what MSVC does. The following compatibility tweaks -are necessary to parse the the template in those cases. +are necessary to parse the template in those cases. MSVC allows some name lookup into dependent base classes. Even on other platforms, this has been a `frequently asked question`_ for Clang users. A -- 2.40.0