[GIT] ppl/ppl(master): swap functions for PPL types are now defined in the PPL namespace.

Module: ppl/ppl Branch: master Commit: 2f19c7ff69b6a4b4a282077e74c54d089a2f9f9e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2f19c7ff69b6a...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Mon Nov 7 09:07:37 2011 +0100
swap functions for PPL types are now defined in the PPL namespace.
---
src/namespaces.hh | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/namespaces.hh b/src/namespaces.hh index db8f843..b122fe1 100644 --- a/src/namespaces.hh +++ b/src/namespaces.hh @@ -167,10 +167,8 @@ namespace YAP { The Parma Polyhedra Library conforms to the C++ standard and, in particular, as far as reserved names are concerned (17.4.3.1, [lib.reserved.names]). The PPL, however, defines several - template specializations for the standard library function templates - <CODE>swap()</CODE> and <CODE>iter_swap()</CODE> (25.2.2, [lib.alg.swap]), - and for the class template <CODE>numeric_limits</CODE> - (18.2.1, [lib.limits]). + template specializations for the standard library class template + <CODE>numeric_limits</CODE> (18.2.1, [lib.limits]).
\note The PPL provides the specializations of the class template
participants (1)
-
Enea Zaffanella