Commit c7f01cb6 by Jonathan Wakely Committed by Jonathan Wakely

PR libstdc++/89416 fix accessibility of members

	PR libstdc++/89416
	* include/bits/alloc_traits.h (__is_alloc_insertable_impl): Make
	copy and move members public.

From-SVN: r269175
parent 00c80d9c
2019-02-24 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/89416
* include/bits/alloc_traits.h (__is_alloc_insertable_impl): Make
copy and move members public.
2019-02-23 Jonathan Wakely <jwakely@redhat.com>
* include/std/type_traits (__underlying_type_impl): New helper to
......
......@@ -590,7 +590,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
static false_type
_M_select(...);
protected:
public:
template<typename _Alloc, typename _Tp = typename _Alloc::value_type>
using copy = decltype(_M_select<_Alloc, const _Tp&>(0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment