mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Merge branch 'develop'
This commit is contained in:
commit
a01ab668f4
@ -189,12 +189,12 @@ template<class T> BOOST_FORCEINLINE reference_wrapper<T const> BOOST_REF_CONST c
|
|||||||
/**
|
/**
|
||||||
@remark Construction from a temporary object is disabled.
|
@remark Construction from a temporary object is disabled.
|
||||||
*/
|
*/
|
||||||
template<class T> void ref(T const&& t) BOOST_REF_DELETE;
|
template<class T> void ref(T const&&) BOOST_REF_DELETE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@remark Construction from a temporary object is disabled.
|
@remark Construction from a temporary object is disabled.
|
||||||
*/
|
*/
|
||||||
template<class T> void cref(T const&& t) BOOST_REF_DELETE;
|
template<class T> void cref(T const&&) BOOST_REF_DELETE;
|
||||||
|
|
||||||
#undef BOOST_REF_DELETE
|
#undef BOOST_REF_DELETE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user