
Module: ppl/ppl Branch: master Commit: ca5e2908ccb9c179cb646e56199f06961fa7d366 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ca5e2908ccb9c...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Mar 23 14:19:49 2009 +0100
Little formatting improvement.
---
src/Octagonal_Shape.templates.hh | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/Octagonal_Shape.templates.hh b/src/Octagonal_Shape.templates.hh index ef78d2a..415fdb2 100644 --- a/src/Octagonal_Shape.templates.hh +++ b/src/Octagonal_Shape.templates.hh @@ -2441,8 +2441,7 @@ Octagonal_Shape<T>::difference_assign(const Octagonal_Shape& y) {
template <typename T> bool -Octagonal_Shape<T> -::simplify_using_context_assign(const Octagonal_Shape& y) { +Octagonal_Shape<T>::simplify_using_context_assign(const Octagonal_Shape& y) { // FIXME(0.10.1): provide a real implementation. used(y); return true;