default disable new state on move

This commit is contained in:
Alex Fabijanic
2022-05-27 13:32:24 -05:00
parent 3e6e259c2a
commit 216d5ae3a4
7 changed files with 114 additions and 60 deletions

View File

@@ -147,13 +147,12 @@
// #define POCO_NET_NO_UNIX_SOCKET
// Define to nonzero to enable move
// semantics on classes where it
// introduces a new state.
// For explanation, see
// Define to nonzero to enable move semantics
// on classes where it introduces a new state.
// For explanation, see:
// https://github.com/pocoproject/poco/wiki/Move-Semantics-in-POCO
#ifndef POCO_NEW_STATE_ON_MOVE
#define POCO_NEW_STATE_ON_MOVE 1
// #define POCO_NEW_STATE_ON_MOVE 1
#endif