mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 22:25:56 +00:00
Add __uncvref type for use in later patches
llvm-svn: 258491
This commit is contained in:
parent
674d238bcc
commit
d033ad21d0
@ -1084,6 +1084,13 @@ declval();
|
||||
|
||||
#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
||||
// __uncvref
|
||||
|
||||
template <class _Tp>
|
||||
struct __uncvref {
|
||||
typedef typename remove_cv<typename remove_reference<_Tp>::type>::type type;
|
||||
};
|
||||
|
||||
struct __any
|
||||
{
|
||||
__any(...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user