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 0e73c98 commit 95e1182Copy full SHA for 95e1182
clang/docs/ReleaseNotes.rst
@@ -744,6 +744,8 @@ Bug Fixes to C++ Support
744
explicit object argument member functions. Fixes (#GH92188).
745
- Fix a C++11 crash when a non-const non-static member function is defined out-of-line with
746
the ``constexpr`` specifier. Fixes (#GH61004).
747
+- Clang no longer treats ``constexpr`` class scope function template specializations of non-static data members
748
+ as implicitly ``const`` in language standards after C++11.
749
750
Bug Fixes to AST Handling
751
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments