Merging r244462:
------------------------------------------------------------------------ r244462 | joerg | 2015-08-10 09:58:04 -0700 (Mon, 10 Aug 2015) | 2 lines Protect template argument from user interference. ------------------------------------------------------------------------ llvm-svn: 244553
This commit is contained in:
@@ -219,8 +219,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
|
|||||||
template <class>
|
template <class>
|
||||||
struct __void_t { typedef void type; };
|
struct __void_t { typedef void type; };
|
||||||
|
|
||||||
template <class T>
|
template <class _Tp>
|
||||||
struct __identity { typedef T type; };
|
struct __identity { typedef _Tp type; };
|
||||||
|
|
||||||
template <class _Tp, bool>
|
template <class _Tp, bool>
|
||||||
struct _LIBCPP_TYPE_VIS_ONLY __dependent_type : public _Tp {};
|
struct _LIBCPP_TYPE_VIS_ONLY __dependent_type : public _Tp {};
|
||||||
|
|||||||
Reference in New Issue
Block a user