
Module: ppl/ppl Branch: master Commit: 95c8aae28dac48284d365840e68bdf3b3a8f24df URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=95c8aae28dac4...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Nov 1 18:03:41 2011 +0100
Added missing using directive.
---
src/Box.templates.hh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/Box.templates.hh b/src/Box.templates.hh index a89ce3c..d521805 100644 --- a/src/Box.templates.hh +++ b/src/Box.templates.hh @@ -2332,6 +2332,8 @@ propagate_constraint_check_result(Result r, Ternary& open) { template <typename ITV> void Box<ITV>::propagate_constraint_no_check(const Constraint& c) { + using namespace Implementation::Boxes; + PPL_ASSERT(c.space_dimension() <= space_dimension());
typedef