forked from OSchip/llvm-project
Update website to mention that you still need -frelaxed-template-template-args to enable the corresponding C++17 feature in Clang 5.
llvm-svn: 319495
This commit is contained in:
parent
1f03422610
commit
e0c11f25ee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue