
Module: ppl/ppl Branch: master Commit: 43b2e9cc5db328ba4c6f6619473bd0ce873012e1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=43b2e9cc5db32...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Mon Nov 7 09:09:46 2011 +0100
The swapping methods of PPL types are now named m_swap.
---
doc/definitions.dox | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/definitions.dox b/doc/definitions.dox index be78f1c..8ed3f61 100644 --- a/doc/definitions.dox +++ b/doc/definitions.dox @@ -279,7 +279,7 @@ descriptors since they are also used in <EM>generic</EM> PPL operations. <CODE>intersection_assign()</CODE>, <CODE>upper_bound_assign()</CODE>, <CODE>difference_assign()</CODE>, <CODE>time_elapse_assign()</CODE>, <CODE>widening_assign()</CODE>, - <CODE>concatenate_assign()</CODE>, <CODE>%swap()</CODE> + <CODE>concatenate_assign()</CODE>, <CODE>m_swap()</CODE>
modify the semantic GD, possibly with an argument semantic GD of the same class.