mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-25 01:57:15 +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
|
||||
struct user_provided_move
|
||||
{
|
||||
user_provided_move(user_provided_move const&);
|
||||
user_provided_move& operator=(user_provided_move const&);
|
||||
user_provided_move(user_provided_move&&);
|
||||
user_provided_move& operator=(user_provided_move&&);
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user