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 5717236 commit a9c149dCopy full SHA for a9c149d
libcxx/docs/ReleaseNotes/18.rst
@@ -120,6 +120,9 @@ LLVM 19
120
Note that the ``_LIBCPP_CHAR_TRAITS_REMOVE_BASE_SPECIALIZATION`` macro can be defined in LLVM 18 to eagerly remove
121
the specialization and prepare code bases for the unconditional removal in LLVM 19.
122
123
+- The ``_LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT`` macro that changed the behavior for narrowing conversions
124
+ in ``std::variant`` will be removed in LLVM 19.
125
+
126
LLVM 20
127
~~~~~~~
128
0 commit comments