[Bug libstdc++/78702] [libstdc++] class __shim in locale::facet is private
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 16 11:42:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78702
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Jan 16 11:41:41 2017
New Revision: 244491
URL: https://gcc.gnu.org/viewcvs?rev=244491&root=gcc&view=rev
Log:
PR78702 fix accessibility of locale::facet::__shim
PR libstdc++/78702
* include/bits/locale_classes.h (locale::facet::__shim): Change from
private to protected.
* src/c++11/cxx11-shim_facets.cc (__shim_accessor): Define helper to
make locale::facet::__shim accessible.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/locale_classes.h
trunk/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
More information about the Gcc-bugs
mailing list