mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
* Preserve entries order in DynamicStruct #2410 * disable C++11 default * ifdef C++11 code
This commit is contained in:

committed by
GitHub

parent
6107b43a7b
commit
231ef2762d
@@ -113,6 +113,8 @@ class SharedPtr
|
||||
/// is required.
|
||||
{
|
||||
public:
|
||||
typedef C Type;
|
||||
|
||||
SharedPtr(): _pCounter(new RC), _ptr(0)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user