mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
default disable new state on move
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user