Lioncash ad17d9a979 IOS/Socket: Delete WiiSocket's copy constructor
If the copy assignment operator is deleted, then the copy constructor
should be deleted as well, otherwise it's a hole in the API where copies
can be made (and if this were an intended case, it should be
documented).

So we delete the copy constructor and explicitly default the move
assignment and move constructor to signify this is intended to be a
move-only type.
2018-04-01 15:38:37 -04:00
..
2018-03-31 16:21:17 +02:00
2018-03-31 16:21:17 +02:00
2018-03-28 17:59:22 +02:00
2017-03-08 01:24:18 -08:00