mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
GH #1050 Foundation-tests: fix gcc -Wshadow warnings
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
Pair(const K& first, const T& second): _data(std::make_pair(first, second))
|
||||
Pair(const K& rFirst, const T& rSecond): _data(std::make_pair(rFirst, rSecond))
|
||||
/// Creates pair from two values.
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user