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 e9ac9b2 commit a792e91Copy full SHA for a792e91
clang/docs/ReleaseNotes.rst
@@ -194,6 +194,7 @@ Bug Fixes to C++ Support
194
- Fix the dynamic_cast to final class optimization to correctly handle
195
casts that are guaranteed to fail (#GH137518).
196
- Fix bug rejecting partial specialization of variable templates with auto NTTPs (#GH118190).
197
+- Fix a crash when using ``explicit(bool)`` in pre-C++11 language modes. (#GH152729)
198
199
Bug Fixes to AST Handling
200
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments