]> granicus.if.org Git - clang/commitdiff
Update website to mention that you still need -frelaxed-template-template-args to...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Nov 2017 23:07:29 +0000 (23:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Nov 2017 23:07:29 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319495 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 75bd0355008a6da8ffe902ad8af693f1872dd025..265e22636296cdee8a72fa2c6359278919baa801 100644 (file)
@@ -768,7 +768,8 @@ reverse construction order in that ABI.
 </span><br>
 <span id="p0522">(12): Despite being the the resolution to a Defect Report, this
 feature is disabled by default in all language versions, and can be enabled
-explicitly with the flag <tt>-frelaxed-template-template-args</tt> in Clang 4.
+explicitly with the flag <tt>-frelaxed-template-template-args</tt> in Clang 4
+onwards.
 The change to the standard lacks a corresponding change for template partial
 ordering, resulting in ambiguity errors for reasonable and previously-valid
 code. This issue is expected to be rectified soon.