mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
Merge [47295] to release.
[SVN r53602]
This commit is contained in:
@ -173,6 +173,12 @@ class unwrap_reference
|
||||
|
||||
# endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
|
||||
template <class T> inline typename unwrap_reference<T>::type&
|
||||
unwrap_ref(T& t)
|
||||
{
|
||||
return t;
|
||||
}
|
||||
|
||||
template<class T> inline T* get_pointer( reference_wrapper<T> const & r )
|
||||
{
|
||||
return r.get_pointer();
|
||||
|
Reference in New Issue
Block a user