https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:79fa567e234585dc6a71f9bd069101c993513f3e
commit r9-9591-g79fa567e234585dc6a71f9bd069101c993513f3e
Author: Jonathan Wakely
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #6 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:36d6e7fe997aa85dc64b13ce4bb3c2e51e13cd36
commit r10-9936-g36d6e7fe997aa85dc64b13ce4bb3c2e51e13cd36
Author: Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:ddfba2359d57167ed7a1efd184cae0cd5be2f31b
commit r11-8382-gddfba2359d57167ed7a1efd184cae0cd5be2f31b
Author: Jonathan Wakel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:55650236cd97d81f42f9fdb4f6bcb12babafe51f
commit r12-64-g55650236cd97d81f42f9fdb4f6bcb12babafe51f
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #3 from Jonathan Wakely ---
The __cpp_lib_shared_ptr_arrays feature test macro can be used to detect
whether make_shared works correctly:
#if __cpp_lib_shared_ptr_arrays >= 201707L
https://isocpp.org/std/standing-documents/sd-6-sg1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
--- Comment #2 from Jonathan Wakely ---
https://gcc.gnu.org/pipermail/gcc-help/2020-October/139506.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED