This addresses the usage of operator& in <forward_list>.
(Note there are still more headers with the same issue.)
Differential D112660
[libc++] Use addressof in forward_list. Mordante on Oct 27 2021, 1:29 PM. Authored by
Details
This addresses the usage of operator& in <forward_list>. (Note there are still more headers with the same issue.)
Diff Detail
Unit Tests Event Timeline
|
Consider adding #include <__memory/addressof.h> here.