mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
more clang fixes
This commit is contained in:
parent
aa6e993734
commit
b9d25faef8
@ -31,7 +31,7 @@ objects = ArchiveStrategy Ascii ASCIIEncoding AsyncChannel \
|
||||
ThreadPool ThreadTarget ActiveDispatcher Timer Timespan Timestamp Timezone Token URI \
|
||||
FileStreamFactory URIStreamFactory URIStreamOpener UTF32Encoding UTF16Encoding UTF8Encoding UTF8String \
|
||||
Unicode UnicodeConverter Windows1250Encoding Windows1251Encoding Windows1252Encoding \
|
||||
UUID UUIDGenerator Void Var VarHolder Format Pipe PipeImpl PipeStream SharedMemory \
|
||||
UUID UUIDGenerator Void Var VarHolder VarIterator Format Pipe PipeImpl PipeStream SharedMemory \
|
||||
MemoryStream FileStream AtomicCounter
|
||||
|
||||
zlib_objects = adler32 compress crc32 deflate \
|
||||
|
@ -64,7 +64,7 @@ public:
|
||||
typedef typename Struct<K>::Data::value_type ValueType;
|
||||
typedef typename Struct<K>::Data::size_type SizeType;
|
||||
typedef typename std::pair<typename Struct<K>::Iterator, bool> InsRetVal;
|
||||
typedef typename SharedPtr<typename Struct<K> > Ptr;
|
||||
typedef typename Poco::SharedPtr<Struct<K> > Ptr;
|
||||
|
||||
Struct(): _data()
|
||||
/// Creates an empty Struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user