Skip to content
Snippets Groups Projects
Commit 462d0a77 authored by Richard Smith's avatar Richard Smith
Browse files

Update website to mention that you still need -frelaxed-template-template-args...

Update website to mention that you still need -frelaxed-template-template-args to enable the corresponding C++17 feature in Clang 5.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319495 91177308-0d34-0410-b5e6-96231b3b80d8
parent b44ae5f9
No related branches found
No related tags found
No related merge requests found
...@@ -768,7 +768,8 @@ reverse construction order in that ABI. ...@@ -768,7 +768,8 @@ reverse construction order in that ABI.
</span><br> </span><br>
<span id="p0522">(12): Despite being the the resolution to a Defect Report, this <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 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 The change to the standard lacks a corresponding change for template partial
ordering, resulting in ambiguity errors for reasonable and previously-valid ordering, resulting in ambiguity errors for reasonable and previously-valid
code. This issue is expected to be rectified soon. code. This issue is expected to be rectified soon.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment