File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -616,16 +616,13 @@ C++ Language Changes in Clang
616
616
conforming GNU extensions. Projects incompatible with C++17 can add
617
617
``-std=gnu++14 `` to their build settings to restore the previous behaviour.
618
618
- Implemented DR2358 allowing init captures in lambdas in default arguments.
619
- <<<<<<< HEAD
620
619
- implemented `DR2654 <https://wg21.link/cwg2654 >`_ which undeprecates
621
620
all compound assignements operations on volatile qualified variables.
622
- =======
623
621
- Implemented DR2631. Invalid ``consteval `` calls in default arguments and default
624
622
member initializers are diagnosed when and if the default is used.
625
623
This Fixes `Issue 56379 <https://github.com/llvm/llvm-project/issues/56379 >`_
626
624
and changes the value of ``std::source_location::current() ``
627
625
used in default parameters calls compared to previous versions of Clang.
628
- >>>>>>> 7c4d4089e1fd (Implement CWG2631)
629
626
630
627
C++20 Feature Support
631
628
^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments