1
0
Fork 0
mirror of https://github.com/KingDuckZ/incredis synced 2025-08-11 13:09:48 +00:00

Make Command and IncRedis moveable

This commit is contained in:
King_DuckZ 2017-04-14 00:45:39 +01:00
parent 772e039078
commit 1d7a89fee3
3 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,8 @@ namespace redis {
{
}
Command::Command (Command&&) = default;
Command::Command (std::string&& parSocket) :
Command(std::move(parSocket), 0)
{