mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Removed "using std::swap" directive from nested namespace
IBM XLC refuses to compile since it tries to instantiate all the possible specializations for std::swap, right before one.
This commit is contained in:
@@ -139,7 +139,6 @@ inline bool VarIterator::operator != (const VarIterator& other) const
|
|||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using std::swap;
|
|
||||||
template<>
|
template<>
|
||||||
inline void swap<Poco::Dynamic::VarIterator>(Poco::Dynamic::VarIterator& s1,
|
inline void swap<Poco::Dynamic::VarIterator>(Poco::Dynamic::VarIterator& s1,
|
||||||
Poco::Dynamic::VarIterator& s2)
|
Poco::Dynamic::VarIterator& s2)
|
||||||
|
|||||||
Reference in New Issue
Block a user