mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
Revert "GH #1050 Foundation-tests: fix gcc -Wshadow warnings"
This commit is contained in:
committed by
GitHub
parent
9f6048a8d6
commit
f7d3737526
@@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
Pair(const K& rFirst, const T& rSecond): _data(std::make_pair(rFirst, rSecond))
|
||||
Pair(const K& first, const T& second): _data(std::make_pair(first, second))
|
||||
/// Creates pair from two values.
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user