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.
1 parent b56eeb2 commit ae62334Copy full SHA for ae62334
clang/docs/ReleaseNotes.rst
@@ -724,6 +724,8 @@ Bug Fixes to C++ Support
724
templates during partial ordering when deducing template arguments from a function declaration or when
725
taking the address of a function template.
726
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
727
+- Clang no longer treats ``constexpr``class scope function template specializations of non-static data members
728
+ as implicitly ``const`` in language standards after C++11.
729
730
Bug Fixes to AST Handling
731
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments