[Bug libstdc++/78326] incorrect c++ usage in experimental/vector and others? _X_max_align is inaccessible
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 7 16:06:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78326
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Dec 7 16:05:49 2016
New Revision: 243369
URL: https://gcc.gnu.org/viewcvs?rev=243369&root=gcc&view=rev
Log:
PR78326 fix incorrect access of data member in base class
Backport from mainline
2016-11-13 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/78326
* include/experimental/memory_resource (memory_resource::_S_max_align):
Change access to protected.
Modified:
branches/gcc-6-branch/libstdc++-v3/ChangeLog
branches/gcc-6-branch/libstdc++-v3/include/experimental/memory_resource
More information about the Gcc-bugs
mailing list