We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 928b0c5 + aaa79a5 commit 0ca3053Copy full SHA for 0ca3053
clang/docs/ReleaseNotes.rst
@@ -51,6 +51,8 @@ C++ Specific Potentially Breaking Changes
51
parameter lists or requires-clauses. This causes mangled names to change for
52
function templates in the following cases:
53
54
+ - When a template parameter in a function template depends on a previous
55
+ template parameter, such as ``template<typename T, T V> void f()``.
56
- When the function has any constraints, whether from constrained template
57
parameters or requires-clauses.
58
- When the template parameter list includes a deduced type -- either
0 commit comments