Protect template argument from user interference.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@244462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bed1d91bf2
commit
ba865ff66b
@ -219,8 +219,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
|
||||
template <class>
|
||||
struct __void_t { typedef void type; };
|
||||
|
||||
template <class T>
|
||||
struct __identity { typedef T type; };
|
||||
template <class _Tp>
|
||||
struct __identity { typedef _Tp type; };
|
||||
|
||||
template <class _Tp, bool>
|
||||
struct _LIBCPP_TYPE_VIS_ONLY __dependent_type : public _Tp {};
|
||||
|
Loading…
Reference in New Issue
Block a user