instantiate-member-template.cpp | 232 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 244 template <class U> struct rebind {typedef B1<U> other;}; struct in struct:rdar8986308::B 252 template <class V> struct rebind {typedef D1<V, U> other;}; struct in struct:rdar8986308::D
|