mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-10 09:44:35 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -167,7 +167,7 @@ private:
|
||||
ThreadPool(const ThreadPool& pool);
|
||||
ThreadPool& operator = (const ThreadPool& pool);
|
||||
|
||||
typedef std::vector<PooledThread*> ThreadVec;
|
||||
using ThreadVec = std::vector<PooledThread *>;
|
||||
|
||||
std::string _name;
|
||||
int _minCapacity;
|
||||
|
||||
Reference in New Issue
Block a user