
Module: ppl/ppl Branch: master Commit: 98a1ca1a0b1eef634fc1602a8380116f73fa9128 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=98a1ca1a0b1ee...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Nov 1 09:12:38 2011 +0100
Spurious declaration removed. Detected by ECLAIR service araysize.
---
src/Octagonal_Shape.defs.hh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/Octagonal_Shape.defs.hh b/src/Octagonal_Shape.defs.hh index e81d122..99f000d 100644 --- a/src/Octagonal_Shape.defs.hh +++ b/src/Octagonal_Shape.defs.hh @@ -2304,8 +2304,6 @@ private:
void throw_generic(const char* method, const char* reason) const; //@} // Exception Throwers - - static T default_stop_points[]; };
namespace std {