[PPL-devel] [GIT] ppl/ppl(master): Completed the \exception section of the documentation for wrap_assign().

Roberto Bagnara bagnara at cs.unipr.it
Mon May 4 19:04:01 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 0157b7348fe2ffaf360c8d3b20094b83a320a75f
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0157b7348fe2ffaf360c8d3b20094b83a320a75f

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon May  4 19:03:25 2009 +0200

Completed the \exception section of the documentation for wrap_assign().

---

 src/BD_Shape.defs.hh        |    2 +-
 src/Octagonal_Shape.defs.hh |    2 +-
 src/Polyhedron.defs.hh      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/BD_Shape.defs.hh b/src/BD_Shape.defs.hh
index f0d16ae..9e74100 100644
--- a/src/BD_Shape.defs.hh
+++ b/src/BD_Shape.defs.hh
@@ -1331,7 +1331,7 @@ public:
 
     \exception std::invalid_argument
     Thrown if \p *this is dimension-incompatible with one of the
-    Variable objects contained in \p vars.
+    Variable objects contained in \p vars or with <CODE>*pcs</CODE>.
   */
   void wrap_assign(const Variables_Set& vars,
                    Bounded_Integer_Type_Width w,
diff --git a/src/Octagonal_Shape.defs.hh b/src/Octagonal_Shape.defs.hh
index bcf3308..1506921 100644
--- a/src/Octagonal_Shape.defs.hh
+++ b/src/Octagonal_Shape.defs.hh
@@ -1351,7 +1351,7 @@ public:
 
     \exception std::invalid_argument
     Thrown if \p *this is dimension-incompatible with one of the
-    Variable objects contained in \p vars.
+    Variable objects contained in \p vars or with <CODE>*pcs</CODE>.
   */
   void wrap_assign(const Variables_Set& vars,
                    Bounded_Integer_Type_Width w,
diff --git a/src/Polyhedron.defs.hh b/src/Polyhedron.defs.hh
index bc49964..4159bef 100644
--- a/src/Polyhedron.defs.hh
+++ b/src/Polyhedron.defs.hh
@@ -1462,7 +1462,7 @@ public:
 
     \exception std::invalid_argument
     Thrown if \p *this is dimension-incompatible with one of the
-    Variable objects contained in \p vars.
+    Variable objects contained in \p vars or with <CODE>*pcs</CODE>.
   */
   void wrap_assign(const Variables_Set& vars,
                    Bounded_Integer_Type_Width w,




More information about the PPL-devel mailing list