PR78702 fix accessibility of locale::facet::__shim
authorJonathan Wakely <jwakely@redhat.com>
Mon, 16 Jan 2017 11:41:41 +0000 (11:41 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 16 Jan 2017 11:41:41 +0000 (11:41 +0000)
commitb497fbc10a588b5b02c7f91246570b55795a2c5c
tree4fc90e9543c265f168bcbc3c0c00cb6313a32af1
parent53426b63b3c99db36df3c83bdbd71d5f4f514de2
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.

From-SVN: r244491
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_classes.h
libstdc++-v3/src/c++11/cxx11-shim_facets.cc