mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-25 03:10:00 +01:00
Merge pull request #1336 from hopstertv/gh-1335-make-object-an-explicit-constru
Make the Object(bool) an explicit constructor
This commit is contained in:
commit
920ab80ef8
@ -67,7 +67,7 @@ public:
|
||||
typedef ValueMap::iterator Iterator;
|
||||
typedef ValueMap::const_iterator ConstIterator;
|
||||
|
||||
Object(bool preserveInsertionOrder = false);
|
||||
explicit Object(bool preserveInsertionOrder = false);
|
||||
/// Default constructor. If preserveInsertionOrder, object
|
||||
/// will preserve the items insertion order. Otherwise, items
|
||||
/// will be sorted by keys.
|
||||
|
Loading…
x
Reference in New Issue
Block a user