mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 03:57:36 +02:00
Fixed wrong type of special functions
This commit is contained in:
@ -51,8 +51,8 @@ struct user_provided_copy
|
|||||||
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
|
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
struct user_provided_move
|
struct user_provided_move
|
||||||
{
|
{
|
||||||
user_provided_move(user_provided_move const&);
|
user_provided_move(user_provided_move&&);
|
||||||
user_provided_move& operator=(user_provided_move const&);
|
user_provided_move& operator=(user_provided_move&&);
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user