mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-08 03:57:21 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -51,10 +51,8 @@ public:
|
||||
using Iterator = typename Container::iterator;
|
||||
using ConstIterator = typename Container::const_iterator;
|
||||
|
||||
ListMap()
|
||||
ListMap() = default;
|
||||
/// Creates an empty ListMap.
|
||||
{
|
||||
}
|
||||
|
||||
explicit ListMap(std::size_t initialReserve):
|
||||
_container(initialReserve)
|
||||
|
||||
Reference in New Issue
Block a user